Interface ResourceGroup.Builder

    • Method Detail

      • state

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

        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:
        ResourceGroupState, ResourceGroupState
      • state

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

        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:
        ResourceGroupState, ResourceGroupState
      • arn

        ResourceGroup.Builder arn​(String 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.