Interface DescribeStacksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>,OpsWorksRequest.Builder,SdkBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeStacksRequest
public static interface DescribeStacksRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStacksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStacksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStacksRequest.BuilderstackIds(String... stackIds)An array of stack IDs that specify the stacks to be described.DescribeStacksRequest.BuilderstackIds(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
stackIds
DescribeStacksRequest.Builder stackIds(Collection<String> 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,
DescribeStacksreturns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacksaction to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacksreturns anAccessDeniederror.- 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,DescribeStacksreturns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacksaction to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacksreturns anAccessDeniederror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackIds
DescribeStacksRequest.Builder stackIds(String... 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,
DescribeStacksreturns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacksaction to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacksreturns anAccessDeniederror.- 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,DescribeStacksreturns a description of every stack. If the IAM policy that is attached to an IAM user limits theDescribeStacksaction to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise,DescribeStacksreturns anAccessDeniederror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-