public static interface AttributesResource.Builder extends SdkPojo, CopyableBuilder<AttributesResource.Builder,AttributesResource>
Modifier and Type | Method and Description |
---|---|
AttributesResource.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
AttributesResource.Builder |
attributes(Collection<String> attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
|
AttributesResource.Builder |
attributes(String... attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
|
AttributesResource.Builder |
attributeType(String attributeType)
The type of attribute or attributes that were removed from the endpoints.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttributesResource.Builder applicationId(String applicationId)
The unique identifier for the application.
applicationId
- The unique identifier for the application.AttributesResource.Builder attributeType(String attributeType)
The type of attribute or attributes that were removed from the endpoints. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe users.
attributeType
- The type of attribute or attributes that were removed from the endpoints. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe users.
AttributesResource.Builder attributes(Collection<String> attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
attributes
- An array that specifies the names of the attributes that were removed from the endpoints.AttributesResource.Builder attributes(String... attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
attributes
- An array that specifies the names of the attributes that were removed from the endpoints.Copyright © 2021. All rights reserved.