public static interface ListInstanceStorageConfigsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListInstanceStorageConfigsRequest.Builder,ListInstanceStorageConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInstanceStorageConfigsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListInstanceStorageConfigsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListInstanceStorageConfigsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListInstanceStorageConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInstanceStorageConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInstanceStorageConfigsRequest.Builder |
resourceType(InstanceStorageResourceType resourceType)
A valid resource type.
|
ListInstanceStorageConfigsRequest.Builder |
resourceType(String resourceType)
A valid resource type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstanceStorageConfigsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.ListInstanceStorageConfigsRequest.Builder resourceType(String resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceType,
InstanceStorageResourceTypeListInstanceStorageConfigsRequest.Builder resourceType(InstanceStorageResourceType resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceType,
InstanceStorageResourceTypeListInstanceStorageConfigsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListInstanceStorageConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListInstanceStorageConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInstanceStorageConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.