public static interface ResourceGroup.Builder extends SdkPojo, CopyableBuilder<ResourceGroup.Builder,ResourceGroup>
| Modifier and Type | Method and Description |
|---|---|
ResourceGroup.Builder |
arn(String arn)
The Amazon resource name (ARN) of the resource group.
|
ResourceGroup.Builder |
errorMessage(String errorMessage)
The error message that generates when the propagation process for the resource group fails.
|
ResourceGroup.Builder |
state(ResourceGroupState state)
The state of the propagation process for the resource group.
|
ResourceGroup.Builder |
state(String state)
The state of the propagation process for the resource group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceGroup.Builder state(String state)
The state of the propagation process for the resource group. The states includes:
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
state - The state of the propagation process for the resource group. The states includes:
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
ResourceGroupState,
ResourceGroupStateResourceGroup.Builder state(ResourceGroupState state)
The state of the propagation process for the resource group. The states includes:
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
state - The state of the propagation process for the resource group. The states includes:
CREATING if the resource group is in the process of being created.
CREATE_COMPLETE if the resource group was created successfully.
CREATE_FAILED if the resource group failed to be created.
UPDATING if the resource group is in the process of being updated.
UPDATE_COMPLETE if the resource group updated successfully.
UPDATE_FAILED if the resource group could not update successfully.
ResourceGroupState,
ResourceGroupStateResourceGroup.Builder arn(String arn)
The Amazon resource name (ARN) of the resource group.
arn - The Amazon resource name (ARN) of the resource group.ResourceGroup.Builder errorMessage(String errorMessage)
The error message that generates when the propagation process for the resource group fails.
errorMessage - The error message that generates when the propagation process for the resource group fails.Copyright © 2023. All rights reserved.