Interface ListComponentProvisionedResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListComponentProvisionedResourcesRequest.Builder,
,ListComponentProvisionedResourcesRequest> ProtonRequest.Builder
,SdkBuilder<ListComponentProvisionedResourcesRequest.Builder,
,ListComponentProvisionedResourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListComponentProvisionedResourcesRequest
@Mutable
@NotThreadSafe
public static interface ListComponentProvisionedResourcesRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListComponentProvisionedResourcesRequest.Builder,ListComponentProvisionedResourcesRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentName
(String componentName) The name of the component whose provisioned resources you want.A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.proton.model.ProtonRequest.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 Details
-
componentName
The name of the component whose provisioned resources you want.
- Parameters:
componentName
- The name of the component whose provisioned resources you want.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
- Parameters:
nextToken
- A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListComponentProvisionedResourcesRequest.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
ListComponentProvisionedResourcesRequest.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.
-