Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.AttributeGroupDetails.Builder
-
Packages that use AttributeGroupDetails.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of AttributeGroupDetails.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return AttributeGroupDetails.Builder Modifier and Type Method Description AttributeGroupDetails.BuilderAttributeGroupDetails.Builder. arn(String arn)The Amazon resource name (ARN) that specifies the attribute group.static AttributeGroupDetails.BuilderAttributeGroupDetails. builder()AttributeGroupDetails.BuilderAttributeGroupDetails.Builder. createdBy(String createdBy)The service principal that created the attribute group.AttributeGroupDetails.BuilderAttributeGroupDetails.Builder. id(String id)The unique identifier of the attribute group.AttributeGroupDetails.BuilderAttributeGroupDetails.Builder. name(String name)AttributeGroupDetails.BuilderAttributeGroupDetails. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type AttributeGroupDetails.Builder Modifier and Type Method Description static Class<? extends AttributeGroupDetails.Builder>AttributeGroupDetails. serializableBuilderClass()
-