Interface ProfileAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileAssociation.Builder,ProfileAssociation>,SdkBuilder<ProfileAssociation.Builder,ProfileAssociation>,SdkPojo
- Enclosing class:
- ProfileAssociation
public static interface ProfileAssociation.Builder extends SdkPojo, CopyableBuilder<ProfileAssociation.Builder,ProfileAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileAssociation.BuildercreationTime(Instant creationTime)The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).ProfileAssociation.Builderid(String id)ID of the Profile association.ProfileAssociation.BuildermodificationTime(Instant modificationTime)The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).ProfileAssociation.Buildername(String name)Name of the Profile association.ProfileAssociation.BuilderownerId(String ownerId)Amazon Web Services account ID of the Profile association owner.ProfileAssociation.BuilderprofileId(String profileId)ID of the Profile.ProfileAssociation.BuilderresourceId(String resourceId)The Amazon Resource Name (ARN) of the VPC.ProfileAssociation.Builderstatus(String status)Status of the Profile association.ProfileAssociation.Builderstatus(ProfileStatus status)Status of the Profile association.ProfileAssociation.BuilderstatusMessage(String statusMessage)Additional information about the Profile association.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
status
ProfileAssociation.Builder status(String 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:
ProfileStatus,ProfileStatus
-
status
ProfileAssociation.Builder status(ProfileStatus 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:
ProfileStatus,ProfileStatus
-
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.
-
-