Interface GetTargetSelectionRulesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTargetSelectionRulesResponse.Builder,,GetTargetSelectionRulesResponse> DatabaseMigrationResponse.Builder,SdkBuilder<GetTargetSelectionRulesResponse.Builder,,GetTargetSelectionRulesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetTargetSelectionRulesResponse
@Mutable
@NotThreadSafe
public static interface GetTargetSelectionRulesResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<GetTargetSelectionRulesResponse.Builder,GetTargetSelectionRulesResponse>
-
Method Summary
Modifier and TypeMethodDescriptiontargetSelectionRules(String targetSelectionRules) The JSON string representing the counterpart selection rules in the target.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
targetSelectionRules
The JSON string representing the counterpart selection rules in the target.
- Parameters:
targetSelectionRules- The JSON string representing the counterpart selection rules in the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-