Interface ListStudioComponentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListStudioComponentsRequest.Builder,
,ListStudioComponentsRequest> NimbleRequest.Builder
,SdkBuilder<ListStudioComponentsRequest.Builder,
,ListStudioComponentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListStudioComponentsRequest
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The max number of results to return in the response.The token for the next set of results, or null if there are no more results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.states
(Collection<StudioComponentState> states) Filters the request to studio components that are in one of the given states.states
(StudioComponentState... states) Filters the request to studio components that are in one of the given states.statesWithStrings
(String... states) Filters the request to studio components that are in one of the given states.statesWithStrings
(Collection<String> states) Filters the request to studio components that are in one of the given states.The studio ID.types
(Collection<StudioComponentType> types) Filters the request to studio components that are of one of the given types.types
(StudioComponentType... types) Filters the request to studio components that are of one of the given types.typesWithStrings
(String... types) Filters the request to studio components that are of one of the given types.typesWithStrings
(Collection<String> types) Filters the request to studio components that are of one of the given types.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.nimble.model.NimbleRequest.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
-
maxResults
The max number of results to return in the response.
- Parameters:
maxResults
- The max number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
Filters the request to studio components that are in one of the given states.
- Parameters:
states
- Filters the request to studio components that are in one of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
Filters the request to studio components that are in one of the given states.
- Parameters:
states
- Filters the request to studio components that are in one of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
Filters the request to studio components that are in one of the given states.
- Parameters:
states
- Filters the request to studio components that are in one of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
Filters the request to studio components that are in one of the given states.
- Parameters:
states
- Filters the request to studio components that are in one of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioId
The studio ID.
- Parameters:
studioId
- The studio ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typesWithStrings
Filters the request to studio components that are of one of the given types.
- Parameters:
types
- Filters the request to studio components that are of one of the given types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typesWithStrings
Filters the request to studio components that are of one of the given types.
- Parameters:
types
- Filters the request to studio components that are of one of the given types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
Filters the request to studio components that are of one of the given types.
- Parameters:
types
- Filters the request to studio components that are of one of the given types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
Filters the request to studio components that are of one of the given types.
- Parameters:
types
- Filters the request to studio components that are of one of the given types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStudioComponentsRequest.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
ListStudioComponentsRequest.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.
-