public static interface GetLinkAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<GetLinkAttributesRequest.Builder,GetLinkAttributesRequest>
Modifier and Type | Method and Description |
---|---|
GetLinkAttributesRequest.Builder |
attributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
|
GetLinkAttributesRequest.Builder |
attributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
|
GetLinkAttributesRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
|
GetLinkAttributesRequest.Builder |
consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
|
GetLinkAttributesRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides.
|
GetLinkAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetLinkAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default GetLinkAttributesRequest.Builder |
typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
GetLinkAttributesRequest.Builder |
typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
build
overrideConfiguration
copy
applyMutation, build
GetLinkAttributesRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.
directoryArn
- The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For
more information, see arns or Typed Links.GetLinkAttributesRequest.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
typedLinkSpecifier
- Allows a typed link specifier to be accepted as input.default GetLinkAttributesRequest.Builder typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
This is a convenience that creates an instance of theTypedLinkSpecifier.Builder
avoiding the need to
create one manually via TypedLinkSpecifier.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to typedLinkSpecifier(TypedLinkSpecifier)
.typedLinkSpecifier
- a consumer that will call methods on TypedLinkSpecifier.Builder
typedLinkSpecifier(TypedLinkSpecifier)
GetLinkAttributesRequest.Builder attributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
attributeNames
- A list of attribute names whose values will be retrieved.GetLinkAttributesRequest.Builder attributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
attributeNames
- A list of attribute names whose values will be retrieved.GetLinkAttributesRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
consistencyLevel
- The consistency level at which to retrieve the attributes on a typed link.ConsistencyLevel
,
ConsistencyLevel
GetLinkAttributesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
consistencyLevel
- The consistency level at which to retrieve the attributes on a typed link.ConsistencyLevel
,
ConsistencyLevel
GetLinkAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetLinkAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.