Interface ProfileAssociation.Builder

  • Method Details

    • creationTime

      ProfileAssociation.Builder creationTime(Instant creationTime)

      The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).

      Parameters:
      creationTime - The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      ID of the Profile association.

      Parameters:
      id - ID of the Profile association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modificationTime

      ProfileAssociation.Builder modificationTime(Instant modificationTime)

      The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).

      Parameters:
      modificationTime - The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Name of the Profile association.

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

      Amazon Web Services account ID of the Profile association owner.

      Parameters:
      ownerId - Amazon Web Services account ID of the Profile association owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileId

      ProfileAssociation.Builder profileId(String profileId)

      ID of the Profile.

      Parameters:
      profileId - ID of the Profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      ProfileAssociation.Builder resourceId(String resourceId)

      The Amazon Resource Name (ARN) of the VPC.

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

      Status of the Profile association.

      Parameters:
      status - Status of the Profile association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Status of the Profile association.

      Parameters:
      status - Status of the Profile association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      ProfileAssociation.Builder statusMessage(String statusMessage)

      Additional information about the Profile association.

      Parameters:
      statusMessage - Additional information about the Profile association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.