public static interface AssociationSummary.Builder extends SdkPojo, CopyableBuilder<AssociationSummary.Builder,AssociationSummary>
| Modifier and Type | Method and Description |
|---|---|
AssociationSummary.Builder |
associationType(AssociationEdgeType associationType)
The type of the association.
|
AssociationSummary.Builder |
associationType(String associationType)
The type of the association.
|
default AssociationSummary.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
AssociationSummary.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
AssociationSummary.Builder |
creationTime(Instant creationTime)
When the association was created.
|
AssociationSummary.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
AssociationSummary.Builder |
destinationName(String destinationName)
The name of the destination.
|
AssociationSummary.Builder |
destinationType(String destinationType)
The destination type.
|
AssociationSummary.Builder |
sourceArn(String sourceArn)
The ARN of the source.
|
AssociationSummary.Builder |
sourceName(String sourceName)
The name of the source.
|
AssociationSummary.Builder |
sourceType(String sourceType)
The source type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociationSummary.Builder sourceArn(String sourceArn)
The ARN of the source.
sourceArn - The ARN of the source.AssociationSummary.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
destinationArn - The Amazon Resource Name (ARN) of the destination.AssociationSummary.Builder sourceType(String sourceType)
The source type.
sourceType - The source type.AssociationSummary.Builder destinationType(String destinationType)
The destination type.
destinationType - The destination type.AssociationSummary.Builder associationType(String associationType)
The type of the association.
associationType - The type of the association.AssociationEdgeType,
AssociationEdgeTypeAssociationSummary.Builder associationType(AssociationEdgeType associationType)
The type of the association.
associationType - The type of the association.AssociationEdgeType,
AssociationEdgeTypeAssociationSummary.Builder sourceName(String sourceName)
The name of the source.
sourceName - The name of the source.AssociationSummary.Builder destinationName(String destinationName)
The name of the destination.
destinationName - The name of the destination.AssociationSummary.Builder creationTime(Instant creationTime)
When the association was created.
creationTime - When the association was created.AssociationSummary.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default AssociationSummary.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).
createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)Copyright © 2023. All rights reserved.