Uses of Interface
software.amazon.awssdk.services.route53profiles.model.ProfileSummary.Builder
-
Packages that use ProfileSummary.Builder Package Description software.amazon.awssdk.services.route53profiles.model -
-
Uses of ProfileSummary.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return ProfileSummary.Builder Modifier and Type Method Description ProfileSummary.BuilderProfileSummary.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Profile.static ProfileSummary.BuilderProfileSummary. builder()ProfileSummary.BuilderProfileSummary.Builder. id(String id)ID of the Profile.ProfileSummary.BuilderProfileSummary.Builder. name(String name)Name of the Profile.ProfileSummary.BuilderProfileSummary.Builder. shareStatus(String shareStatus)Share status of the Profile.ProfileSummary.BuilderProfileSummary.Builder. shareStatus(ShareStatus shareStatus)Share status of the Profile.ProfileSummary.BuilderProfileSummary. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type ProfileSummary.Builder Modifier and Type Method Description static Class<? extends ProfileSummary.Builder>ProfileSummary. serializableBuilderClass()
-