Interface ListStackSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListStackSetsRequest.Builder,ListStackSetsRequest>,SdkBuilder<ListStackSetsRequest.Builder,ListStackSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStackSetsRequest
@Mutable @NotThreadSafe public static interface ListStackSetsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListStackSetsRequest.Builder,ListStackSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStackSetsRequest.BuildercallAs(String callAs)[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.ListStackSetsRequest.BuildercallAs(CallAs callAs)[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.ListStackSetsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned with a single call.ListStackSetsRequest.BuildernextToken(String nextToken)The token for the next set of items to return.ListStackSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStackSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStackSetsRequest.Builderstatus(String status)The status of the StackSets that you want to get summary information about.ListStackSetsRequest.Builderstatus(StackSetStatus status)The status of the StackSets that you want to get summary information about.-
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 Detail
-
nextToken
ListStackSetsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListStackSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a
NextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Parameters:
maxResults- The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListStackSetsRequest.Builder status(String status)
The status of the StackSets that you want to get summary information about.
- Parameters:
status- The status of the StackSets that you want to get summary information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackSetStatus,StackSetStatus
-
status
ListStackSetsRequest.Builder status(StackSetStatus status)
The status of the StackSets that you want to get summary information about.
- Parameters:
status- The status of the StackSets that you want to get summary information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackSetStatus,StackSetStatus
-
callAs
ListStackSetsRequest.Builder callAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.
By default,
SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
- Parameters:
callAs- [Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.By default,
SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CallAs,CallAs
-
-
callAs
ListStackSetsRequest.Builder callAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.
By default,
SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
- Parameters:
callAs- [Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.By default,
SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CallAs,CallAs
-
-
overrideConfiguration
ListStackSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStackSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-