Interface UpdateServiceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>,ProtonRequest.Builder,SdkBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateServiceRequest
public static interface UpdateServiceRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServiceRequest.Builderdescription(String description)The edited service description.UpdateServiceRequest.Buildername(String name)The name of the service to edit.UpdateServiceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateServiceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateServiceRequest.Builderspec(String spec)Lists the service instances to add and the existing service instances to remain.-
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
-
description
UpdateServiceRequest.Builder description(String description)
The edited service description.
- Parameters:
description- The edited service description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateServiceRequest.Builder name(String name)
The name of the service to edit.
- Parameters:
name- The name of the service to edit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spec
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-