Interface DeleteProfileKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteProfileKeyRequest.Builder,DeleteProfileKeyRequest>,CustomerProfilesRequest.Builder,SdkBuilder<DeleteProfileKeyRequest.Builder,DeleteProfileKeyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteProfileKeyRequest
public static interface DeleteProfileKeyRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<DeleteProfileKeyRequest.Builder,DeleteProfileKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteProfileKeyRequest.BuilderdomainName(String domainName)The unique name of the domain.DeleteProfileKeyRequest.BuilderkeyName(String keyName)A searchable identifier of a customer profile.DeleteProfileKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteProfileKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteProfileKeyRequest.BuilderprofileId(String profileId)The unique identifier of a customer profile.DeleteProfileKeyRequest.Buildervalues(String... values)A list of key values.DeleteProfileKeyRequest.Buildervalues(Collection<String> values)A list of key values.-
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.customerprofiles.model.CustomerProfilesRequest.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
-
profileId
DeleteProfileKeyRequest.Builder profileId(String profileId)
The unique identifier of a customer profile.
- Parameters:
profileId- The unique identifier of a customer profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyName
DeleteProfileKeyRequest.Builder keyName(String keyName)
A searchable identifier of a customer profile.
- Parameters:
keyName- A searchable identifier of a customer profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
DeleteProfileKeyRequest.Builder values(Collection<String> values)
A list of key values.
- Parameters:
values- A list of key values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
DeleteProfileKeyRequest.Builder values(String... values)
A list of key values.
- Parameters:
values- A list of key values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
DeleteProfileKeyRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteProfileKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteProfileKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-