Interface ListServiceInstanceOutputsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServiceInstanceOutputsRequest.Builder,ListServiceInstanceOutputsRequest>,ProtonRequest.Builder,SdkBuilder<ListServiceInstanceOutputsRequest.Builder,ListServiceInstanceOutputsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListServiceInstanceOutputsRequest
public static interface ListServiceInstanceOutputsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceInstanceOutputsRequest.Builder,ListServiceInstanceOutputsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServiceInstanceOutputsRequest.BuilderdeploymentId(String deploymentId)The ID of the deployment whose outputs you want.ListServiceInstanceOutputsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceInstanceOutputsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceInstanceOutputsRequest.BuilderserviceInstanceName(String serviceInstanceName)The name of the service instance whose outputs you want.ListServiceInstanceOutputsRequest.BuilderserviceName(String serviceName)The name of the service thatserviceInstanceNameis associated to.-
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, sdkFields
-
-
-
-
Method Detail
-
deploymentId
ListServiceInstanceOutputsRequest.Builder deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
- Parameters:
deploymentId- The ID of the deployment whose outputs you want.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceInstanceName
ListServiceInstanceOutputsRequest.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
- Parameters:
serviceInstanceName- The name of the service instance whose outputs you want.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
ListServiceInstanceOutputsRequest.Builder serviceName(String serviceName)
The name of the service that
serviceInstanceNameis associated to.- Parameters:
serviceName- The name of the service thatserviceInstanceNameis associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServiceInstanceOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServiceInstanceOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-