public static interface ListTypedLinkFacetAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListTypedLinkFacetAttributesRequest.Builder,ListTypedLinkFacetAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTypedLinkFacetAttributesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListTypedLinkFacetAttributesRequest.Builder |
name(String name)
The unique name of the typed link facet.
|
ListTypedLinkFacetAttributesRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListTypedLinkFacetAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTypedLinkFacetAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTypedLinkFacetAttributesRequest.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypedLinkFacetAttributesRequest.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.ListTypedLinkFacetAttributesRequest.Builder name(String name)
The unique name of the typed link facet.
name - The unique name of the typed link facet.ListTypedLinkFacetAttributesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListTypedLinkFacetAttributesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.ListTypedLinkFacetAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTypedLinkFacetAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.