Interface DescribeStacksRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeStacksRequest.Builder,
,DescribeStacksRequest> OpsWorksRequest.Builder
,SdkBuilder<DescribeStacksRequest.Builder,
,DescribeStacksRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeStacksRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An array of stack IDs that specify the stacks to be described.stackIds
(Collection<String> stackIds) An array of stack IDs that specify the stacks to be described.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
stackIds
An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information about all stacks,
DescribeStacks
returns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacks
action to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacks
returns anAccessDenied
error.- Parameters:
stackIds
- An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information about all stacks,DescribeStacks
returns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacks
action to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacks
returns anAccessDenied
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackIds
An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information about all stacks,
DescribeStacks
returns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacks
action to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacks
returns anAccessDenied
error.- Parameters:
stackIds
- An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information about all stacks,DescribeStacks
returns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacks
action to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacks
returns anAccessDenied
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeStacksRequest.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
DescribeStacksRequest.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.
-