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