GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.arn(String arn) |
The Amazon resource name (ARN) that specifies the attribute group across services.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.attributes(String attributes) |
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes
an application and its components.
|
static GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.builder() |
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.createdBy(String createdBy) |
The service principal that created the attribute group.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.creationTime(Instant creationTime) |
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.description(String description) |
The description of the attribute group that the user provides.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.id(String id) |
The identifier of the attribute group.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.lastUpdateTime(Instant lastUpdateTime) |
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.name(String name) |
The name of the attribute group.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.Builder.tags(Map<String,String> tags) |
Key-value pairs associated with the attribute group.
|
GetAttributeGroupResponse.Builder |
GetAttributeGroupResponse.toBuilder() |
|