Uses of Interface
software.amazon.awssdk.services.ram.model.AssociatedSource.Builder
Packages that use AssociatedSource.Builder
-
Uses of AssociatedSource.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return AssociatedSource.BuilderModifier and TypeMethodDescriptionstatic AssociatedSource.BuilderAssociatedSource.builder()AssociatedSource.Builder.creationTime(Instant creationTime) The date and time when the source association was created.AssociatedSource.Builder.lastUpdatedTime(Instant lastUpdatedTime) The date and time when the source association was last updated.AssociatedSource.Builder.resourceShareArn(String resourceShareArn) The Amazon Resource Name (ARN) of the resource share that contains the source association.The identifier of the source.AssociatedSource.Builder.sourceType(String sourceType) The type of source.The current status of the source association.AssociatedSource.Builder.statusMessage(String statusMessage) A message about the status of the source association.AssociatedSource.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type AssociatedSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociatedSource.Builder>AssociatedSource.serializableBuilderClass()