public static interface CreateTypedLinkFacetRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateTypedLinkFacetRequest.Builder,CreateTypedLinkFacetRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateTypedLinkFacetRequest.Builder |
facet(Consumer<TypedLinkFacet.Builder> facet)
Facet structure that is associated with the typed link facet.
|
CreateTypedLinkFacetRequest.Builder |
facet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
|
CreateTypedLinkFacetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTypedLinkFacetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTypedLinkFacetRequest.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTypedLinkFacetRequest.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
schemaArn - The Amazon Resource Name (ARN) that is associated with the schema. For more information, see
arns.CreateTypedLinkFacetRequest.Builder facet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
facet - Facet structure that is associated with the typed link facet.default CreateTypedLinkFacetRequest.Builder facet(Consumer<TypedLinkFacet.Builder> facet)
Facet structure that is associated with the typed link facet.
This is a convenience method that creates an instance of theTypedLinkFacet.Builder avoiding the need
to create one manually via TypedLinkFacet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to facet(TypedLinkFacet).
facet - a consumer that will call methods on TypedLinkFacet.Builderfacet(TypedLinkFacet)CreateTypedLinkFacetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTypedLinkFacetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.