Interface DescribeChangeSetHooksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<DescribeChangeSetHooksResponse.Builder,
,DescribeChangeSetHooksResponse> SdkBuilder<DescribeChangeSetHooksResponse.Builder,
,DescribeChangeSetHooksResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeChangeSetHooksResponse
public static interface DescribeChangeSetHooksResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeChangeSetHooksResponse.Builder,DescribeChangeSetHooksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchangeSetId
(String changeSetId) The change set identifier (stack ID).changeSetName
(String changeSetName) The change set name.hooks
(Collection<ChangeSetHook> hooks) List of hook objects.hooks
(Consumer<ChangeSetHook.Builder>... hooks) List of hook objects.hooks
(ChangeSetHook... hooks) List of hook objects.Pagination token,null
or empty if no more results.The stack identifier (stack ID).The stack name.Provides the status of the change set hook.status
(ChangeSetHooksStatus status) Provides the status of the change set hook.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
changeSetId
The change set identifier (stack ID).
- Parameters:
changeSetId
- The change set identifier (stack ID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetName
The change set name.
- Parameters:
changeSetName
- The change set name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooks
List of hook objects.
- Parameters:
hooks
- List of hook objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooks
List of hook objects.
- Parameters:
hooks
- List of hook objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooks
List of hook objects.
This is a convenience method that creates an instance of theChangeSetHook.Builder
avoiding the need to create one manually viaChangeSetHook.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohooks(List<ChangeSetHook>)
.- Parameters:
hooks
- a consumer that will call methods onChangeSetHook.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Provides the status of the change set hook.
- Parameters:
status
- Provides the status of the change set hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Provides the status of the change set hook.
- Parameters:
status
- Provides the status of the change set hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Pagination token,
null
or empty if no more results.- Parameters:
nextToken
- Pagination token,null
or empty if no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
The stack identifier (stack ID).
- Parameters:
stackId
- The stack identifier (stack ID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackName
The stack name.
- Parameters:
stackName
- The stack name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-