public static interface UpdateLinkAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<UpdateLinkAttributesRequest.Builder,UpdateLinkAttributesRequest>
build
overrideConfiguration
copy
applyMutation, build
UpdateLinkAttributesRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the updated 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 updated typed link
resides. For more information, see arns or Typed Links.UpdateLinkAttributesRequest.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 UpdateLinkAttributesRequest.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)
UpdateLinkAttributesRequest.Builder attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates
- The attributes update structure.UpdateLinkAttributesRequest.Builder attributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
attributeUpdates
- The attributes update structure.UpdateLinkAttributesRequest.Builder attributeUpdates(Consumer<LinkAttributeUpdate.Builder>... attributeUpdates)
The attributes update structure.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #attributeUpdates(List)
.attributeUpdates
- a consumer that will call methods on List.Builder
#attributeUpdates(List)
UpdateLinkAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateLinkAttributesRequest.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.