@Generated(value="software.amazon.awssdk:codegen") public final class CreateReplicationConfigurationTemplateRequest extends MgnRequest implements ToCopyableBuilder<CreateReplicationConfigurationTemplateRequest.Builder,CreateReplicationConfigurationTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateReplicationConfigurationTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
associateDefaultSecurityGroup()
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
Long |
bandwidthThrottling()
Request to configure bandwidth throttling during Replication Settings template creation.
|
static CreateReplicationConfigurationTemplateRequest.Builder |
builder() |
Boolean |
createPublicIP()
Request to create Public IP during Replication Settings template creation.
|
ReplicationConfigurationDataPlaneRouting |
dataPlaneRouting()
Request to configure data plane routing during Replication Settings template creation.
|
String |
dataPlaneRoutingAsString()
Request to configure data plane routing during Replication Settings template creation.
|
ReplicationConfigurationDefaultLargeStagingDiskType |
defaultLargeStagingDiskType()
Request to configure the default large staging disk EBS volume type during Replication Settings template
creation.
|
String |
defaultLargeStagingDiskTypeAsString()
Request to configure the default large staging disk EBS volume type during Replication Settings template
creation.
|
ReplicationConfigurationEbsEncryption |
ebsEncryption()
Request to configure EBS encryption during Replication Settings template creation.
|
String |
ebsEncryptionAsString()
Request to configure EBS encryption during Replication Settings template creation.
|
String |
ebsEncryptionKeyArn()
Request to configure an EBS encryption key during Replication Settings template creation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasReplicationServersSecurityGroupsIDs()
For responses, this returns true if the service returned a value for the ReplicationServersSecurityGroupsIDs
property.
|
boolean |
hasStagingAreaTags()
For responses, this returns true if the service returned a value for the StagingAreaTags property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
replicationServerInstanceType()
Request to configure the Replication Server instance type during Replication Settings template creation.
|
List<String> |
replicationServersSecurityGroupsIDs()
Request to configure the Replication Server Security group ID during Replication Settings template creation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateReplicationConfigurationTemplateRequest.Builder> |
serializableBuilderClass() |
String |
stagingAreaSubnetId()
Request to configure the Staging Area subnet ID during Replication Settings template creation.
|
Map<String,String> |
stagingAreaTags()
Request to configure Staging Area tags during Replication Settings template creation.
|
Map<String,String> |
tags()
Request to configure tags during Replication Settings template creation.
|
CreateReplicationConfigurationTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useDedicatedReplicationServer()
Request to use Dedicated Replication Servers during Replication Settings template creation.
|
Boolean |
useFipsEndpoint()
Request to use Fips Endpoint during Replication Settings template creation.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean associateDefaultSecurityGroup()
Request to associate the default Application Migration Service Security group with the Replication Settings template.
public final Long bandwidthThrottling()
Request to configure bandwidth throttling during Replication Settings template creation.
public final Boolean createPublicIP()
Request to create Public IP during Replication Settings template creation.
public final ReplicationConfigurationDataPlaneRouting dataPlaneRouting()
Request to configure data plane routing during Replication Settings template creation.
If the service returns an enum value that is not available in the current SDK version, dataPlaneRouting
will return ReplicationConfigurationDataPlaneRouting.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from dataPlaneRoutingAsString().
ReplicationConfigurationDataPlaneRoutingpublic final String dataPlaneRoutingAsString()
Request to configure data plane routing during Replication Settings template creation.
If the service returns an enum value that is not available in the current SDK version, dataPlaneRouting
will return ReplicationConfigurationDataPlaneRouting.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from dataPlaneRoutingAsString().
ReplicationConfigurationDataPlaneRoutingpublic final ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType()
Request to configure the default large staging disk EBS volume type during Replication Settings template creation.
If the service returns an enum value that is not available in the current SDK version,
defaultLargeStagingDiskType will return
ReplicationConfigurationDefaultLargeStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from defaultLargeStagingDiskTypeAsString().
ReplicationConfigurationDefaultLargeStagingDiskTypepublic final String defaultLargeStagingDiskTypeAsString()
Request to configure the default large staging disk EBS volume type during Replication Settings template creation.
If the service returns an enum value that is not available in the current SDK version,
defaultLargeStagingDiskType will return
ReplicationConfigurationDefaultLargeStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from defaultLargeStagingDiskTypeAsString().
ReplicationConfigurationDefaultLargeStagingDiskTypepublic final ReplicationConfigurationEbsEncryption ebsEncryption()
Request to configure EBS encryption during Replication Settings template creation.
If the service returns an enum value that is not available in the current SDK version, ebsEncryption
will return ReplicationConfigurationEbsEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from ebsEncryptionAsString().
ReplicationConfigurationEbsEncryptionpublic final String ebsEncryptionAsString()
Request to configure EBS encryption during Replication Settings template creation.
If the service returns an enum value that is not available in the current SDK version, ebsEncryption
will return ReplicationConfigurationEbsEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from ebsEncryptionAsString().
ReplicationConfigurationEbsEncryptionpublic final String ebsEncryptionKeyArn()
Request to configure an EBS encryption key during Replication Settings template creation.
public final String replicationServerInstanceType()
Request to configure the Replication Server instance type during Replication Settings template creation.
public final boolean hasReplicationServersSecurityGroupsIDs()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.public final List<String> replicationServersSecurityGroupsIDs()
Request to configure the Replication Server Security group ID during Replication Settings template creation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasReplicationServersSecurityGroupsIDs()
method.
public final String stagingAreaSubnetId()
Request to configure the Staging Area subnet ID during Replication Settings template creation.
public final boolean hasStagingAreaTags()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> stagingAreaTags()
Request to configure Staging Area tags during Replication Settings template creation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasStagingAreaTags() method.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
Request to configure tags during Replication Settings template creation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final Boolean useDedicatedReplicationServer()
Request to use Dedicated Replication Servers during Replication Settings template creation.
public final Boolean useFipsEndpoint()
Request to use Fips Endpoint during Replication Settings template creation.
public CreateReplicationConfigurationTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateReplicationConfigurationTemplateRequest.Builder,CreateReplicationConfigurationTemplateRequest>toBuilder in class MgnRequestpublic static CreateReplicationConfigurationTemplateRequest.Builder builder()
public static Class<? extends CreateReplicationConfigurationTemplateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.