Interface GetFieldResponse.Builder

    • Method Detail

      • createdTime

        GetFieldResponse.Builder createdTime​(Instant createdTime)

        Timestamp at which the resource was created.

        Parameters:
        createdTime - Timestamp at which the resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleted

        GetFieldResponse.Builder deleted​(Boolean deleted)

        Denotes whether or not the resource has been deleted.

        Parameters:
        deleted - Denotes whether or not the resource has been deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetFieldResponse.Builder description​(String description)

        Description of the field.

        Parameters:
        description - Description of the field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldArn

        GetFieldResponse.Builder fieldArn​(String fieldArn)

        The Amazon Resource Name (ARN) of the field.

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

        GetFieldResponse.Builder fieldId​(String fieldId)

        Unique identifier of the field.

        Parameters:
        fieldId - Unique identifier of the field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        GetFieldResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        Timestamp at which the resource was created or last modified.

        Parameters:
        lastModifiedTime - Timestamp at which the resource was created or last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetFieldResponse.Builder name​(String name)

        Name of the field.

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

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

        A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

        Parameters:
        tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.