Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyEndpointRequest.Builder,ModifyEndpointRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyEndpointRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyEndpointRequest.Builder,ModifyEndpointRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyEndpointRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyEndpointRequest.Builder |
builder() |
|
String |
certificateArn() |
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
String |
databaseName() |
The name of the endpoint database.
|
DynamoDbSettings |
dynamoDbSettings() |
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
String |
endpointArn() |
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
String |
endpointIdentifier() |
The database endpoint identifier.
|
String |
endpointType() |
The type of endpoint.
|
String |
engineName() |
The type of engine for the endpoint.
|
boolean |
equals(Object obj) |
|
String |
extraConnectionAttributes() |
Additional attributes associated with the connection.
|
int |
hashCode() |
|
MongoDbSettings |
mongoDbSettings() |
Settings in JSON format for the source MongoDB endpoint.
|
String |
password() |
The password to be used to login to the endpoint database.
|
Integer |
port() |
The port used by the endpoint database.
|
S3Settings |
s3Settings() |
Settings in JSON format for the target S3 endpoint.
|
static Class<? extends ModifyEndpointRequest.Builder> |
serializableBuilderClass() |
|
String |
serverName() |
The name of the server where the endpoint database resides.
|
String |
sslMode() |
The SSL mode to be used.
|
ModifyEndpointRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
username() |
The user name to be used to login to the endpoint database.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String endpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public String endpointIdentifier()
The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
public String endpointType()
The type of endpoint.
ReplicationEndpointTypeValue
public String engineName()
The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.
public String username()
The user name to be used to login to the endpoint database.
public String password()
The password to be used to login to the endpoint database.
public String serverName()
The name of the server where the endpoint database resides.
public Integer port()
The port used by the endpoint database.
public String databaseName()
The name of the endpoint database.
public String extraConnectionAttributes()
Additional attributes associated with the connection.
public String certificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
public String sslMode()
The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public DynamoDbSettings dynamoDbSettings()
Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
public S3Settings s3Settings()
Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
public MongoDbSettings mongoDbSettings()
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
public ModifyEndpointRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyEndpointRequest.Builder,ModifyEndpointRequest>
public static ModifyEndpointRequest.Builder builder()
public static Class<? extends ModifyEndpointRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.