Interface DeleteServiceAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteServiceAttributesRequest.Builder,
,DeleteServiceAttributesRequest> SdkBuilder<DeleteServiceAttributesRequest.Builder,
,DeleteServiceAttributesRequest> SdkPojo
,SdkRequest.Builder
,ServiceDiscoveryRequest.Builder
- Enclosing class:
DeleteServiceAttributesRequest
@Mutable
@NotThreadSafe
public static interface DeleteServiceAttributesRequest.Builder
extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<DeleteServiceAttributesRequest.Builder,DeleteServiceAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(String... attributes) A list of keys corresponding to each attribute that you want to delete.attributes
(Collection<String> attributes) A list of keys corresponding to each attribute that you want to delete.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the service from which the attributes will be deleted.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.servicediscovery.model.ServiceDiscoveryRequest.Builder
build
-
Method Details
-
serviceId
The ID of the service from which the attributes will be deleted.
- Parameters:
serviceId
- The ID of the service from which the attributes will be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
A list of keys corresponding to each attribute that you want to delete.
- Parameters:
attributes
- A list of keys corresponding to each attribute that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
A list of keys corresponding to each attribute that you want to delete.
- Parameters:
attributes
- A list of keys corresponding to each attribute that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteServiceAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteServiceAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-