Interface ResourceGroup.Builder

    • Method Detail

      • arn

        ResourceGroup.Builder arn​(String arn)

        The ARN of the resource group.

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

        ResourceGroup.Builder tags​(ResourceGroupTag... tags)

        The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.

        Parameters:
        tags - The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ResourceGroup.Builder createdAt​(Instant createdAt)

        The time at which resource group is created.

        Parameters:
        createdAt - The time at which resource group is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.