public static interface ListComponentProvisionedResourcesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListComponentProvisionedResourcesRequest.Builder,ListComponentProvisionedResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListComponentProvisionedResourcesRequest.Builder |
componentName(String componentName)
The name of the component whose provisioned resources you want.
|
ListComponentProvisionedResourcesRequest.Builder |
nextToken(String 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.
|
ListComponentProvisionedResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentProvisionedResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentProvisionedResourcesRequest.Builder componentName(String componentName)
The name of the component whose provisioned resources you want.
componentName - The name of the component whose provisioned resources you want.ListComponentProvisionedResourcesRequest.Builder nextToken(String 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.
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.ListComponentProvisionedResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComponentProvisionedResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.