Interface MainframeActionProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MainframeActionProperties.Builder,
,MainframeActionProperties> SdkBuilder<MainframeActionProperties.Builder,
,MainframeActionProperties> SdkPojo
- Enclosing class:
MainframeActionProperties
@Mutable
@NotThreadSafe
public static interface MainframeActionProperties.Builder
extends SdkPojo, CopyableBuilder<MainframeActionProperties.Builder,MainframeActionProperties>
-
Method Summary
Modifier and TypeMethodDescriptiondmsTaskArn
(String dmsTaskArn) The DMS task ARN of the mainframe action properties.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dmsTaskArn
The DMS task ARN of the mainframe action properties.
- Parameters:
dmsTaskArn
- The DMS task ARN of the mainframe action properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-