Interface ChangeSetHookResourceTargetDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,
,ChangeSetHookResourceTargetDetails> SdkBuilder<ChangeSetHookResourceTargetDetails.Builder,
,ChangeSetHookResourceTargetDetails> SdkPojo
- Enclosing class:
ChangeSetHookResourceTargetDetails
@Mutable
@NotThreadSafe
public static interface ChangeSetHookResourceTargetDetails.Builder
extends SdkPojo, CopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
-
Method Summary
Modifier and TypeMethodDescriptionlogicalResourceId
(String logicalResourceId) The resource's logical ID, which is defined in the stack's template.resourceAction
(String resourceAction) Specifies the action of the resource.resourceAction
(ChangeAction resourceAction) Specifies the action of the resource.resourceType
(String resourceType) The type of CloudFormation resource, such asAWS::S3::Bucket
.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
-
logicalResourceId
The resource's logical ID, which is defined in the stack's template.
- Parameters:
logicalResourceId
- The resource's logical ID, which is defined in the stack's template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of CloudFormation resource, such as
AWS::S3::Bucket
.- Parameters:
resourceType
- The type of CloudFormation resource, such asAWS::S3::Bucket
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceAction
Specifies the action of the resource.
- Parameters:
resourceAction
- Specifies the action of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceAction
Specifies the action of the resource.
- Parameters:
resourceAction
- Specifies the action of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-