public static interface ListServiceInstanceProvisionedResourcesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceInstanceProvisionedResourcesRequest.Builder,ListServiceInstanceProvisionedResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstanceProvisionedResourcesRequest.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.
|
ListServiceInstanceProvisionedResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceInstanceProvisionedResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceInstanceProvisionedResourcesRequest.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance whose provisioned resources you want.
|
ListServiceInstanceProvisionedResourcesRequest.Builder |
serviceName(String serviceName)
The name of the service that
serviceInstanceName is associated to. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceInstanceProvisionedResourcesRequest.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.ListServiceInstanceProvisionedResourcesRequest.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance whose provisioned resources you want.
serviceInstanceName - The name of the service instance whose provisioned resources you want.ListServiceInstanceProvisionedResourcesRequest.Builder serviceName(String serviceName)
The name of the service that serviceInstanceName is associated to.
serviceName - The name of the service that serviceInstanceName is associated to.ListServiceInstanceProvisionedResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceInstanceProvisionedResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.