Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.ResourceGroup.Builder
-
Packages that use ResourceGroup.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of ResourceGroup.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ResourceGroup.Builder Modifier and Type Method Description ResourceGroup.BuilderResourceGroup.Builder. arn(String arn)The Amazon resource name (ARN) of the resource group.static ResourceGroup.BuilderResourceGroup. builder()ResourceGroup.BuilderResourceGroup.Builder. errorMessage(String errorMessage)The error message that generates when the propagation process for the resource group fails.ResourceGroup.BuilderResourceGroup.Builder. state(String state)The state of the propagation process for the resource group.ResourceGroup.BuilderResourceGroup.Builder. state(ResourceGroupState state)The state of the propagation process for the resource group.ResourceGroup.BuilderResourceGroup. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ResourceGroup.Builder Modifier and Type Method Description static Class<? extends ResourceGroup.Builder>ResourceGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type ResourceGroup.Builder Modifier and Type Method Description default Integrations.BuilderIntegrations.Builder. applicationTagResourceGroup(Consumer<ResourceGroup.Builder> applicationTagResourceGroup)Sets the value of the ApplicationTagResourceGroup property for this object.default Integrations.BuilderIntegrations.Builder. resourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)The information about the resource group integration.default ResourceIntegrations.BuilderResourceIntegrations.Builder. resourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)The information about the integration of Resource Groups.
-