public static interface DescribeChangeSetHooksRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeChangeSetHooksRequest.Builder,DescribeChangeSetHooksRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetHooksRequest.Builder |
changeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
DescribeChangeSetHooksRequest.Builder |
logicalResourceId(String logicalResourceId)
If specified, lists only the hooks related to the specified
LogicalResourceId. |
DescribeChangeSetHooksRequest.Builder |
nextToken(String nextToken)
A string, provided by the
DescribeChangeSetHooks response output, that identifies the next page
of information that you want to retrieve. |
DescribeChangeSetHooksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeChangeSetHooksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeChangeSetHooksRequest.Builder |
stackName(String stackName)
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you
want to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeChangeSetHooksRequest.Builder changeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
changeSetName - The name or Amazon Resource Name (ARN) of the change set that you want to describe.DescribeChangeSetHooksRequest.Builder stackName(String stackName)
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
stackName - If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set
you want to describe.DescribeChangeSetHooksRequest.Builder nextToken(String nextToken)
A string, provided by the DescribeChangeSetHooks response output, that identifies the next page
of information that you want to retrieve.
nextToken - A string, provided by the DescribeChangeSetHooks response output, that identifies the
next page of information that you want to retrieve.DescribeChangeSetHooksRequest.Builder logicalResourceId(String logicalResourceId)
If specified, lists only the hooks related to the specified LogicalResourceId.
logicalResourceId - If specified, lists only the hooks related to the specified LogicalResourceId.DescribeChangeSetHooksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeChangeSetHooksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.