Uses of Interface
software.amazon.awssdk.services.route53profiles.model.ProfileAssociation.Builder
-
Packages that use ProfileAssociation.Builder Package Description software.amazon.awssdk.services.route53profiles.model -
-
Uses of ProfileAssociation.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return ProfileAssociation.Builder Modifier and Type Method Description static ProfileAssociation.BuilderProfileAssociation. builder()ProfileAssociation.BuilderProfileAssociation.Builder. creationTime(Instant creationTime)The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).ProfileAssociation.BuilderProfileAssociation.Builder. id(String id)ID of the Profile association.ProfileAssociation.BuilderProfileAssociation.Builder. modificationTime(Instant modificationTime)The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).ProfileAssociation.BuilderProfileAssociation.Builder. name(String name)Name of the Profile association.ProfileAssociation.BuilderProfileAssociation.Builder. ownerId(String ownerId)Amazon Web Services account ID of the Profile association owner.ProfileAssociation.BuilderProfileAssociation.Builder. profileId(String profileId)ID of the Profile.ProfileAssociation.BuilderProfileAssociation.Builder. resourceId(String resourceId)The Amazon Resource Name (ARN) of the VPC.ProfileAssociation.BuilderProfileAssociation.Builder. status(String status)Status of the Profile association.ProfileAssociation.BuilderProfileAssociation.Builder. status(ProfileStatus status)Status of the Profile association.ProfileAssociation.BuilderProfileAssociation.Builder. statusMessage(String statusMessage)Additional information about the Profile association.ProfileAssociation.BuilderProfileAssociation. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type ProfileAssociation.Builder Modifier and Type Method Description static Class<? extends ProfileAssociation.Builder>ProfileAssociation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53profiles.model with type arguments of type ProfileAssociation.Builder Modifier and Type Method Description default AssociateProfileResponse.BuilderAssociateProfileResponse.Builder. profileAssociation(Consumer<ProfileAssociation.Builder> profileAssociation)The association that you just created.default DisassociateProfileResponse.BuilderDisassociateProfileResponse.Builder. profileAssociation(Consumer<ProfileAssociation.Builder> profileAssociation)Information about theDisassociateProfilerequest.default GetProfileAssociationResponse.BuilderGetProfileAssociationResponse.Builder. profileAssociation(Consumer<ProfileAssociation.Builder> profileAssociation)Information about the Profile association that you specified in aGetProfileAssociationrequest.
-