Interface ChangeSetHookResourceTargetDetails.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
,SdkBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
,SdkPojo
- Enclosing class:
- ChangeSetHookResourceTargetDetails
public static interface ChangeSetHookResourceTargetDetails.Builder extends SdkPojo, CopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeSetHookResourceTargetDetails.Builder
logicalResourceId(String logicalResourceId)
The resource's logical ID, which is defined in the stack's template.ChangeSetHookResourceTargetDetails.Builder
resourceAction(String resourceAction)
Specifies the action of the resource.ChangeSetHookResourceTargetDetails.Builder
resourceAction(ChangeAction resourceAction)
Specifies the action of the resource.ChangeSetHookResourceTargetDetails.Builder
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 Detail
-
logicalResourceId
ChangeSetHookResourceTargetDetails.Builder logicalResourceId(String 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
ChangeSetHookResourceTargetDetails.Builder resourceType(String 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
ChangeSetHookResourceTargetDetails.Builder resourceAction(String 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:
ChangeAction
,ChangeAction
-
resourceAction
ChangeSetHookResourceTargetDetails.Builder resourceAction(ChangeAction 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:
ChangeAction
,ChangeAction
-
-