Interface ListStackResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFormationRequest.Builder
,CopyableBuilder<ListStackResourcesRequest.Builder,
,ListStackResourcesRequest> SdkBuilder<ListStackResourcesRequest.Builder,
,ListStackResourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListStackResourcesRequest
@Mutable
@NotThreadSafe
public static interface ListStackResourcesRequest.Builder
extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListStackResourcesRequest.Builder,ListStackResourcesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA string that identifies the next page of stack resources that you want to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
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
-
stackName
The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:
-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
- Parameters:
stackName
- The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
A string that identifies the next page of stack resources that you want to retrieve.
- Parameters:
nextToken
- A string that identifies the next page of stack resources that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStackResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListStackResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-