public static interface AttributesResource.Builder extends SdkPojo, CopyableBuilder<AttributesResource.Builder,AttributesResource>
| Modifier and Type | Method and Description |
|---|---|
AttributesResource.Builder |
applicationId(String applicationId)
The unique ID for the application.
|
AttributesResource.Builder |
attributes(Collection<String> attributes)
The attributes for the application.
|
AttributesResource.Builder |
attributes(String... attributes)
The attributes for the application.
|
AttributesResource.Builder |
attributeType(String attributeType)
The attribute type for the application.
|
copyapplyMutation, buildAttributesResource.Builder applicationId(String applicationId)
applicationId - The unique ID for the application.AttributesResource.Builder attributeType(String attributeType)
attributeType - The attribute type for the application.AttributesResource.Builder attributes(Collection<String> attributes)
attributes - The attributes for the application.AttributesResource.Builder attributes(String... attributes)
attributes - The attributes for the application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.