AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(Collection<AttributeNameAndValue> attributes) |
A set of attributes that are associated with the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(Consumer<AttributeNameAndValue.Builder>... attributes) |
A set of attributes that are associated with the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(AttributeNameAndValue... attributes) |
A set of attributes that are associated with the typed link.
|
static AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.builder() |
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference) |
Identifies the source object that the typed link will attach to.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.sourceObjectReference(ObjectReference sourceObjectReference) |
Identifies the source object that the typed link will attach to.
|
default AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference) |
Identifies the target object that the typed link will attach to.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.targetObjectReference(ObjectReference targetObjectReference) |
Identifies the target object that the typed link will attach to.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.toBuilder() |
|
default AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet) |
Identifies the typed link facet that is associated with the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet) |
Identifies the typed link facet that is associated with the typed link.
|