Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.AttributeGroupSummary.Builder
-
Packages that use AttributeGroupSummary.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of AttributeGroupSummary.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return AttributeGroupSummary.Builder Modifier and Type Method Description AttributeGroupSummary.BuilderAttributeGroupSummary.Builder. arn(String arn)The Amazon resource name (ARN) that specifies the attribute group across services.static AttributeGroupSummary.BuilderAttributeGroupSummary. builder()AttributeGroupSummary.BuilderAttributeGroupSummary.Builder. createdBy(String createdBy)The service principal that created the attribute group.AttributeGroupSummary.BuilderAttributeGroupSummary.Builder. creationTime(Instant creationTime)The ISO-8601 formatted timestamp of the moment the attribute group was created.AttributeGroupSummary.BuilderAttributeGroupSummary.Builder. description(String description)The description of the attribute group that the user provides.AttributeGroupSummary.BuilderAttributeGroupSummary.Builder. id(String id)The globally unique attribute group identifier of the attribute group.AttributeGroupSummary.BuilderAttributeGroupSummary.Builder. lastUpdateTime(Instant lastUpdateTime)The ISO-8601 formatted timestamp of the moment the attribute group was last updated.AttributeGroupSummary.BuilderAttributeGroupSummary.Builder. name(String name)The name of the attribute group.AttributeGroupSummary.BuilderAttributeGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type AttributeGroupSummary.Builder Modifier and Type Method Description static Class<? extends AttributeGroupSummary.Builder>AttributeGroupSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type AttributeGroupSummary.Builder Modifier and Type Method Description default DeleteAttributeGroupResponse.BuilderDeleteAttributeGroupResponse.Builder. attributeGroup(Consumer<AttributeGroupSummary.Builder> attributeGroup)Information about the deleted attribute group.
-