public static interface ListComponentOutputsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListComponentOutputsRequest.Builder,ListComponentOutputsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListComponentOutputsRequest.Builder |
componentName(String componentName)
The name of the component whose outputs you want.
|
ListComponentOutputsRequest.Builder |
deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListComponentOutputsRequest.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.
|
ListComponentOutputsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentOutputsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentOutputsRequest.Builder componentName(String componentName)
The name of the component whose outputs you want.
componentName - The name of the component whose outputs you want.ListComponentOutputsRequest.Builder deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
deploymentId - The ID of the deployment whose outputs you want.ListComponentOutputsRequest.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.ListComponentOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComponentOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.