Interface ProfileAssociation.Builder

    • Method Detail

      • 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

        ProfileAssociation.Builder id​(String 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

        ProfileAssociation.Builder name​(String 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

        ProfileAssociation.Builder ownerId​(String 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.
      • 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.