public static interface RemoveAttributesRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<RemoveAttributesRequest.Builder,RemoveAttributesRequest>
Modifier and Type | Method and Description |
---|---|
RemoveAttributesRequest.Builder |
applicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
RemoveAttributesRequest.Builder |
attributeType(String attributeType)
Type of attribute.
|
RemoveAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default RemoveAttributesRequest.Builder |
updateAttributesRequest(Consumer<UpdateAttributesRequest.Builder> updateAttributesRequest)
Sets the value of the UpdateAttributesRequest property for this object.
|
RemoveAttributesRequest.Builder |
updateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
Sets the value of the UpdateAttributesRequest property for this object.
|
build
overrideConfiguration
copy
applyMutation, build
RemoveAttributesRequest.Builder applicationId(String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.RemoveAttributesRequest.Builder attributeType(String attributeType)
attributeType
- Type of attribute. Can be endpoint-custom-attributes, endpoint-custom-metrics,
endpoint-user-attributes.RemoveAttributesRequest.Builder updateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
updateAttributesRequest
- The new value for the UpdateAttributesRequest property for this object.default RemoveAttributesRequest.Builder updateAttributesRequest(Consumer<UpdateAttributesRequest.Builder> updateAttributesRequest)
UpdateAttributesRequest.Builder
avoiding the
need to create one manually via UpdateAttributesRequest.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to updateAttributesRequest(UpdateAttributesRequest)
.updateAttributesRequest
- a consumer that will call methods on UpdateAttributesRequest.Builder
updateAttributesRequest(UpdateAttributesRequest)
RemoveAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RemoveAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.