public static interface UpdateServiceRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest.Builder |
description(String description)
The edited service description.
|
UpdateServiceRequest.Builder |
name(String name)
The name of the service to edit.
|
UpdateServiceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServiceRequest.Builder |
spec(String spec)
Lists the service instances to add and the existing service instances to remain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceRequest.Builder description(String description)
The edited service description.
description - The edited service description.UpdateServiceRequest.Builder name(String name)
The name of the service to edit.
name - The name of the service to edit.UpdateServiceRequest.Builder spec(String spec)
Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton User Guide.
spec - Lists the service instances to add and the existing service instances to remain. Omit the existing
service instances to delete from the list. Don't include edits to the existing service
instances or pipeline. For more information, see Edit a service in
the Proton User Guide.UpdateServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.