Interface CreateWorldTemplateResponse.Builder

    • Method Detail

      • arn

        CreateWorldTemplateResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the world template.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the world template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientRequestToken

        CreateWorldTemplateResponse.Builder clientRequestToken​(String clientRequestToken)

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

        Parameters:
        clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CreateWorldTemplateResponse.Builder createdAt​(Instant createdAt)

        The time, in milliseconds since the epoch, when the world template was created.

        Parameters:
        createdAt - The time, in milliseconds since the epoch, when the world template was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateWorldTemplateResponse.Builder name​(String name)

        The name of the world template.

        Parameters:
        name - The name of the world template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        A map that contains tag keys and tag values that are attached to the world template.

        Parameters:
        tags - A map that contains tag keys and tag values that are attached to the world template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.