Interface DeleteServiceAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteServiceAttributesRequest.Builder,DeleteServiceAttributesRequest>,SdkBuilder<DeleteServiceAttributesRequest.Builder,DeleteServiceAttributesRequest>,SdkPojo,SdkRequest.Builder,ServiceDiscoveryRequest.Builder
- Enclosing class:
- DeleteServiceAttributesRequest
public static interface DeleteServiceAttributesRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<DeleteServiceAttributesRequest.Builder,DeleteServiceAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteServiceAttributesRequest.Builderattributes(String... attributes)A list of keys corresponding to each attribute that you want to delete.DeleteServiceAttributesRequest.Builderattributes(Collection<String> attributes)A list of keys corresponding to each attribute that you want to delete.DeleteServiceAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteServiceAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteServiceAttributesRequest.BuilderserviceId(String serviceId)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 Detail
-
serviceId
DeleteServiceAttributesRequest.Builder serviceId(String 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
DeleteServiceAttributesRequest.Builder attributes(Collection<String> 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
DeleteServiceAttributesRequest.Builder attributes(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteServiceAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-