Interface ResourceGroup.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceGroup.Builder,ResourceGroup>, SdkBuilder<ResourceGroup.Builder,ResourceGroup>, SdkPojo
Enclosing class:
ResourceGroup

public static interface ResourceGroup.Builder extends SdkPojo, CopyableBuilder<ResourceGroup.Builder,ResourceGroup>
  • Method Details

    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • arn

      The Amazon resource name (ARN) of the resource group.

      Parameters:
      arn - The Amazon resource name (ARN) of the resource group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      ResourceGroup.Builder errorMessage(String errorMessage)

      The error message that generates when the propagation process for the resource group fails.

      Parameters:
      errorMessage - The error message that generates when the propagation process for the resource group fails.
      Returns:
      Returns a reference to this object so that method calls can be chained together.