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