public static interface GetAttributeGroupResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<GetAttributeGroupResponse.Builder,GetAttributeGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAttributeGroupResponse.Builder |
arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
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.
|
GetAttributeGroupResponse.Builder |
creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
GetAttributeGroupResponse.Builder |
description(String description)
The description of the attribute group that the user provides.
|
GetAttributeGroupResponse.Builder |
id(String id)
The identifier of the attribute group.
|
GetAttributeGroupResponse.Builder |
lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
GetAttributeGroupResponse.Builder |
name(String name)
The name of the attribute group.
|
GetAttributeGroupResponse.Builder |
tags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAttributeGroupResponse.Builder id(String id)
The identifier of the attribute group.
id - The identifier of the attribute group.GetAttributeGroupResponse.Builder arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
arn - The Amazon resource name (ARN) that specifies the attribute group across services.GetAttributeGroupResponse.Builder name(String name)
The name of the attribute group.
name - The name of the attribute group.GetAttributeGroupResponse.Builder description(String description)
The description of the attribute group that the user provides.
description - The description of the attribute group that the user provides.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.
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.GetAttributeGroupResponse.Builder creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.GetAttributeGroupResponse.Builder lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the
same as the creationTime for a newly created attribute group.GetAttributeGroupResponse.Builder tags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
tags - Key-value pairs associated with the attribute group.Copyright © 2021. All rights reserved.