| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
AttributesResource.Builder |
AttributesResource.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
AttributesResource.Builder |
AttributesResource.Builder.attributes(Collection<String> attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
|
AttributesResource.Builder |
AttributesResource.Builder.attributes(String... attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
|
AttributesResource.Builder |
AttributesResource.Builder.attributeType(String attributeType)
The type of attribute or attributes that were removed from the endpoints.
|
static AttributesResource.Builder |
AttributesResource.builder() |
AttributesResource.Builder |
AttributesResource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributesResource.Builder> |
AttributesResource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RemoveAttributesResponse.Builder |
RemoveAttributesResponse.Builder.attributesResource(Consumer<AttributesResource.Builder> attributesResource)
Sets the value of the AttributesResource property for this object.
|
Copyright © 2020. All rights reserved.