Interface CreateTypedLinkFacetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<CreateTypedLinkFacetRequest.Builder,CreateTypedLinkFacetRequest>,SdkBuilder<CreateTypedLinkFacetRequest.Builder,CreateTypedLinkFacetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTypedLinkFacetRequest
public static interface CreateTypedLinkFacetRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateTypedLinkFacetRequest.Builder,CreateTypedLinkFacetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateTypedLinkFacetRequest.Builderfacet(Consumer<TypedLinkFacet.Builder> facet)Facet structure that is associated with the typed link facet.CreateTypedLinkFacetRequest.Builderfacet(TypedLinkFacet facet)Facet structure that is associated with the typed link facet.CreateTypedLinkFacetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTypedLinkFacetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTypedLinkFacetRequest.BuilderschemaArn(String schemaArn)The Amazon Resource Name (ARN) that is associated with the schema.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
schemaArn
CreateTypedLinkFacetRequest.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
- Parameters:
schemaArn- The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
facet
CreateTypedLinkFacetRequest.Builder facet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
- Parameters:
facet- Facet structure that is associated with the typed link facet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Builderavoiding the need to create one manually viaTypedLinkFacet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofacet(TypedLinkFacet).- Parameters:
facet- a consumer that will call methods onTypedLinkFacet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
facet(TypedLinkFacet)
-
overrideConfiguration
CreateTypedLinkFacetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTypedLinkFacetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-