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 identifier for the application.
|
RemoveAttributesRequest.Builder |
attributeType(String attributeType)
The type of attribute or attributes to remove.
|
RemoveAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveAttributesRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.RemoveAttributesRequest.Builder attributeType(String attributeType)
The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
attributeType - The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
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.BuilderupdateAttributesRequest(UpdateAttributesRequest)RemoveAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.