Interface AttributesResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttributesResource.Builder,AttributesResource>,SdkBuilder<AttributesResource.Builder,AttributesResource>,SdkPojo
- Enclosing class:
- AttributesResource
public static interface AttributesResource.Builder extends SdkPojo, CopyableBuilder<AttributesResource.Builder,AttributesResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributesResource.BuilderapplicationId(String applicationId)The unique identifier for the application.AttributesResource.Builderattributes(String... attributes)An array that specifies the names of the attributes that were removed from the endpoints.AttributesResource.Builderattributes(Collection<String> attributes)An array that specifies the names of the attributes that were removed from the endpoints.AttributesResource.BuilderattributeType(String attributeType)The type of attribute or attributes that were removed from the endpoints.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
applicationId
AttributesResource.Builder applicationId(String applicationId)
The unique identifier for the application.
- Parameters:
applicationId- The unique identifier for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeType
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
attributes
AttributesResource.Builder attributes(Collection<String> attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
- Parameters:
attributes- An array that specifies the names of the attributes that were removed from the endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
AttributesResource.Builder attributes(String... attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
- Parameters:
attributes- An array that specifies the names of the attributes that were removed from the endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-