| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeGroup.Builder |
AttributeGroup.Builder.arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
static AttributeGroup.Builder |
AttributeGroup.builder() |
AttributeGroup.Builder |
AttributeGroup.Builder.creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
AttributeGroup.Builder |
AttributeGroup.Builder.description(String description)
The description of the attribute group that the user provides.
|
AttributeGroup.Builder |
AttributeGroup.Builder.id(String id)
The globally unique attribute group identifier of the attribute group.
|
AttributeGroup.Builder |
AttributeGroup.Builder.lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
AttributeGroup.Builder |
AttributeGroup.Builder.name(String name)
The name of the attribute group.
|
AttributeGroup.Builder |
AttributeGroup.Builder.tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
AttributeGroup.Builder |
AttributeGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeGroup.Builder> |
AttributeGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAttributeGroupResponse.Builder |
CreateAttributeGroupResponse.Builder.attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)
Information about the attribute group.
|
default UpdateAttributeGroupResponse.Builder |
UpdateAttributeGroupResponse.Builder.attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)
The updated information of the attribute group.
|
Copyright © 2021. All rights reserved.