public static interface ListServiceInstanceOutputsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceInstanceOutputsRequest.Builder,ListServiceInstanceOutputsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstanceOutputsRequest.Builder |
deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListServiceInstanceOutputsRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs
that was previously requested.
|
ListServiceInstanceOutputsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceInstanceOutputsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceInstanceOutputsRequest.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
|
ListServiceInstanceOutputsRequest.Builder |
serviceName(String serviceName)
The name of the service that
serviceInstanceName is associated to. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceInstanceOutputsRequest.Builder deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
deploymentId - The ID of the deployment whose outputs you want.ListServiceInstanceOutputsRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken - A token that indicates the location of the next output in the array of outputs, after the list of
outputs that was previously requested.ListServiceInstanceOutputsRequest.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
serviceInstanceName - The name of the service instance whose outputs you want.ListServiceInstanceOutputsRequest.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.ListServiceInstanceOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceInstanceOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.