public static interface ChangeSetHookResourceTargetDetails.Builder extends SdkPojo, CopyableBuilder<ChangeSetHookResourceTargetDetails.Builder,ChangeSetHookResourceTargetDetails>
| Modifier and Type | Method and Description |
|---|---|
ChangeSetHookResourceTargetDetails.Builder |
logicalResourceId(String logicalResourceId)
The resource's logical ID, which is defined in the stack's template.
|
ChangeSetHookResourceTargetDetails.Builder |
resourceAction(ChangeAction resourceAction)
Specifies the action of the resource.
|
ChangeSetHookResourceTargetDetails.Builder |
resourceAction(String resourceAction)
Specifies the action of the resource.
|
ChangeSetHookResourceTargetDetails.Builder |
resourceType(String resourceType)
The type of CloudFormation resource, such as
AWS::S3::Bucket. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeSetHookResourceTargetDetails.Builder logicalResourceId(String logicalResourceId)
The resource's logical ID, which is defined in the stack's template.
logicalResourceId - The resource's logical ID, which is defined in the stack's template.ChangeSetHookResourceTargetDetails.Builder resourceType(String resourceType)
The type of CloudFormation resource, such as AWS::S3::Bucket.
resourceType - The type of CloudFormation resource, such as AWS::S3::Bucket.ChangeSetHookResourceTargetDetails.Builder resourceAction(String resourceAction)
Specifies the action of the resource.
resourceAction - Specifies the action of the resource.ChangeAction,
ChangeActionChangeSetHookResourceTargetDetails.Builder resourceAction(ChangeAction resourceAction)
Specifies the action of the resource.
resourceAction - Specifies the action of the resource.ChangeAction,
ChangeActionCopyright © 2023. All rights reserved.