@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NeptuneSettings extends Object implements Serializable, Cloneable, StructuredPojo
Provides information that defines an Amazon Neptune endpoint.
Constructor and Description |
---|
NeptuneSettings() |
Modifier and Type | Method and Description |
---|---|
NeptuneSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getErrorRetryDuration()
The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target
database before raising an error.
|
Boolean |
getIamAuthEnabled()
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true . |
Integer |
getMaxFileSize()
The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the
Neptune target database.
|
Integer |
getMaxRetryCount()
The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before
raising an error.
|
String |
getS3BucketFolder()
A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName |
String |
getS3BucketName()
The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before
bulk-loading it to the Neptune target database.
|
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint.
|
int |
hashCode() |
Boolean |
isIamAuthEnabled()
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true . |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorRetryDuration(Integer errorRetryDuration)
The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target
database before raising an error.
|
void |
setIamAuthEnabled(Boolean iamAuthEnabled)
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true . |
void |
setMaxFileSize(Integer maxFileSize)
The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the
Neptune target database.
|
void |
setMaxRetryCount(Integer maxRetryCount)
The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before
raising an error.
|
void |
setS3BucketFolder(String s3BucketFolder)
A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName |
void |
setS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before
bulk-loading it to the Neptune target database.
|
void |
setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint.
|
String |
toString()
Returns a string representation of this object.
|
NeptuneSettings |
withErrorRetryDuration(Integer errorRetryDuration)
The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target
database before raising an error.
|
NeptuneSettings |
withIamAuthEnabled(Boolean iamAuthEnabled)
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true . |
NeptuneSettings |
withMaxFileSize(Integer maxFileSize)
The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the
Neptune target database.
|
NeptuneSettings |
withMaxRetryCount(Integer maxRetryCount)
The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before
raising an error.
|
NeptuneSettings |
withS3BucketFolder(String s3BucketFolder)
A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName |
NeptuneSettings |
withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before
bulk-loading it to the Neptune target database.
|
NeptuneSettings |
withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint.
|
public void setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The role
must allow the iam:PassRole
action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service
User Guide.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The
role must allow the iam:PassRole
action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration
Service User Guide. public String getServiceAccessRoleArn()
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The role
must allow the iam:PassRole
action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service
User Guide.
iam:PassRole
action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration
Service User Guide. public NeptuneSettings withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The role
must allow the iam:PassRole
action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service
User Guide.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The
role must allow the iam:PassRole
action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration
Service User Guide. public void setS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing it in these .csv files.
s3BucketName
- The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before
bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing
it in these .csv files.public String getS3BucketName()
The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing it in these .csv files.
public NeptuneSettings withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing it in these .csv files.
s3BucketName
- The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before
bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing
it in these .csv files.public void setS3BucketFolder(String s3BucketFolder)
A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName
s3BucketFolder
- A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName
public String getS3BucketFolder()
A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName
S3BucketName
public NeptuneSettings withS3BucketFolder(String s3BucketFolder)
A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName
s3BucketFolder
- A folder path where you want DMS to store migrated graph data in the S3 bucket specified by
S3BucketName
public void setErrorRetryDuration(Integer errorRetryDuration)
The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error. The default is 250.
errorRetryDuration
- The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune
target database before raising an error. The default is 250.public Integer getErrorRetryDuration()
The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error. The default is 250.
public NeptuneSettings withErrorRetryDuration(Integer errorRetryDuration)
The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error. The default is 250.
errorRetryDuration
- The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune
target database before raising an error. The default is 250.public void setMaxFileSize(Integer maxFileSize)
The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears the bucket, ready to store the next batch of migrated graph data.
maxFileSize
- The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data
to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears
the bucket, ready to store the next batch of migrated graph data.public Integer getMaxFileSize()
The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears the bucket, ready to store the next batch of migrated graph data.
public NeptuneSettings withMaxFileSize(Integer maxFileSize)
The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears the bucket, ready to store the next batch of migrated graph data.
maxFileSize
- The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data
to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears
the bucket, ready to store the next batch of migrated graph data.public void setMaxRetryCount(Integer maxRetryCount)
The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.
maxRetryCount
- The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database
before raising an error. The default is 5.public Integer getMaxRetryCount()
The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.
public NeptuneSettings withMaxRetryCount(Integer maxRetryCount)
The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.
maxRetryCount
- The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database
before raising an error. The default is 5.public void setIamAuthEnabled(Boolean iamAuthEnabled)
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true
. Then attach the appropriate IAM policy document to your service role specified by
ServiceAccessRoleArn
. The default is false
.
iamAuthEnabled
- If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this
parameter to true
. Then attach the appropriate IAM policy document to your service role
specified by ServiceAccessRoleArn
. The default is false
.public Boolean getIamAuthEnabled()
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true
. Then attach the appropriate IAM policy document to your service role specified by
ServiceAccessRoleArn
. The default is false
.
true
. Then attach the appropriate IAM policy document to your service role
specified by ServiceAccessRoleArn
. The default is false
.public NeptuneSettings withIamAuthEnabled(Boolean iamAuthEnabled)
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true
. Then attach the appropriate IAM policy document to your service role specified by
ServiceAccessRoleArn
. The default is false
.
iamAuthEnabled
- If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this
parameter to true
. Then attach the appropriate IAM policy document to your service role
specified by ServiceAccessRoleArn
. The default is false
.public Boolean isIamAuthEnabled()
If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to
true
. Then attach the appropriate IAM policy document to your service role specified by
ServiceAccessRoleArn
. The default is false
.
true
. Then attach the appropriate IAM policy document to your service role
specified by ServiceAccessRoleArn
. The default is false
.public String toString()
toString
in class Object
Object.toString()
public NeptuneSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.