Uses of Interface
software.amazon.awssdk.services.ram.model.Principal.Builder
-
Packages that use Principal.Builder Package Description software.amazon.awssdk.services.ram.model -
-
Uses of Principal.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return Principal.Builder Modifier and Type Method Description static Principal.BuilderPrincipal. builder()Principal.BuilderPrincipal.Builder. creationTime(Instant creationTime)The date and time when the principal was associated with the resource share.Principal.BuilderPrincipal.Builder. external(Boolean external)Indicates the relationship between the Amazon Web Services account the principal belongs to and the account that owns the resource share:Principal.BuilderPrincipal.Builder. id(String id)The ID of the principal that can be associated with a resource share.Principal.BuilderPrincipal.Builder. lastUpdatedTime(Instant lastUpdatedTime)The date and time when the association between the resource share and the principal was last updated.Principal.BuilderPrincipal.Builder. resourceShareArn(String resourceShareArn)The Amazon Resource Name (ARN) of a resource share the principal is associated with.Principal.BuilderPrincipal. toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type Principal.Builder Modifier and Type Method Description static Class<? extends Principal.Builder>Principal. serializableBuilderClass()
-