Interface ReferenceOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReferenceOutput.Builder,,ReferenceOutput> SdkBuilder<ReferenceOutput.Builder,,ReferenceOutput> SdkPojo
- Enclosing class:
ReferenceOutput
@Mutable
@NotThreadSafe
public static interface ReferenceOutput.Builder
extends SdkPojo, CopyableBuilder<ReferenceOutput.Builder,ReferenceOutput>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId(String associationId) Association identifier of the external systemreferenceId(String referenceId) The unique identifier in the external systemreferenceUrl(String referenceUrl) URL to access the reference in the external systemThe name of the external systemOptional title for the referenceMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
system
The name of the external system
- Parameters:
system- The name of the external system- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Optional title for the reference
- Parameters:
title- Optional title for the reference- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceId
The unique identifier in the external system
- Parameters:
referenceId- The unique identifier in the external system- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceUrl
URL to access the reference in the external system
- Parameters:
referenceUrl- URL to access the reference in the external system- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
Association identifier of the external system
- Parameters:
associationId- Association identifier of the external system- Returns:
- Returns a reference to this object so that method calls can be chained together.
-