public static interface ListServicePipelineOutputsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServicePipelineOutputsRequest.Builder,ListServicePipelineOutputsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServicePipelineOutputsRequest.Builder |
deploymentId(String deploymentId)
The ID of the deployment you want the outputs for.
|
ListServicePipelineOutputsRequest.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.
|
ListServicePipelineOutputsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServicePipelineOutputsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServicePipelineOutputsRequest.Builder |
serviceName(String serviceName)
The name of the service whose pipeline's outputs you want.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicePipelineOutputsRequest.Builder deploymentId(String deploymentId)
The ID of the deployment you want the outputs for.
deploymentId - The ID of the deployment you want the outputs for.ListServicePipelineOutputsRequest.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.ListServicePipelineOutputsRequest.Builder serviceName(String serviceName)
The name of the service whose pipeline's outputs you want.
serviceName - The name of the service whose pipeline's outputs you want.ListServicePipelineOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServicePipelineOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.