Interface CreateFarmRequest.Builder

    • Method Detail

      • clientToken

        CreateFarmRequest.Builder clientToken​(String clientToken)

        The unique token which the server uses to recognize retries of the same request.

        Parameters:
        clientToken - The unique token which the server uses to recognize retries of the same request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateFarmRequest.Builder description​(String description)

        The description of the farm.

        Parameters:
        description - The description of the farm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        CreateFarmRequest.Builder displayName​(String displayName)

        The display name of the farm.

        Parameters:
        displayName - The display name of the farm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        CreateFarmRequest.Builder kmsKeyArn​(String kmsKeyArn)

        The ARN of the KMS key to use on the farm.

        Parameters:
        kmsKeyArn - The ARN of the KMS key to use on the farm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateFarmRequest.Builder tags​(Map<String,​String> tags)

        The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

        Parameters:
        tags - The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.