| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeGroupSummary.Builder |
AttributeGroupSummary.Builder.arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
static AttributeGroupSummary.Builder |
AttributeGroupSummary.builder() |
AttributeGroupSummary.Builder |
AttributeGroupSummary.Builder.creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
AttributeGroupSummary.Builder |
AttributeGroupSummary.Builder.description(String description)
The description of the attribute group that the user provides.
|
AttributeGroupSummary.Builder |
AttributeGroupSummary.Builder.id(String id)
The globally unique attribute group identifier of the attribute group.
|
AttributeGroupSummary.Builder |
AttributeGroupSummary.Builder.lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
AttributeGroupSummary.Builder |
AttributeGroupSummary.Builder.name(String name)
The name of the attribute group.
|
AttributeGroupSummary.Builder |
AttributeGroupSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeGroupSummary.Builder> |
AttributeGroupSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteAttributeGroupResponse.Builder |
DeleteAttributeGroupResponse.Builder.attributeGroup(Consumer<AttributeGroupSummary.Builder> attributeGroup)
Information about the deleted attribute group.
|
Copyright © 2021. All rights reserved.