Interface GetLinkAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<GetLinkAttributesRequest.Builder,GetLinkAttributesRequest>,SdkBuilder<GetLinkAttributesRequest.Builder,GetLinkAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLinkAttributesRequest
public static interface GetLinkAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<GetLinkAttributesRequest.Builder,GetLinkAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetLinkAttributesRequest.BuilderattributeNames(String... attributeNames)A list of attribute names whose values will be retrieved.GetLinkAttributesRequest.BuilderattributeNames(Collection<String> attributeNames)A list of attribute names whose values will be retrieved.GetLinkAttributesRequest.BuilderconsistencyLevel(String consistencyLevel)The consistency level at which to retrieve the attributes on a typed link.GetLinkAttributesRequest.BuilderconsistencyLevel(ConsistencyLevel consistencyLevel)The consistency level at which to retrieve the attributes on a typed link.GetLinkAttributesRequest.BuilderdirectoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides.GetLinkAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLinkAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetLinkAttributesRequest.BuildertypedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Allows a typed link specifier to be accepted as input.GetLinkAttributesRequest.BuildertypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Allows a typed link specifier to be accepted as input.-
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
-
directoryArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifier
GetLinkAttributesRequest.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
- Parameters:
typedLinkSpecifier- Allows a typed link specifier to be accepted as input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifier
default GetLinkAttributesRequest.Builder typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
This is a convenience method that creates an instance of theTypedLinkSpecifier.Builderavoiding the need to create one manually viaTypedLinkSpecifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totypedLinkSpecifier(TypedLinkSpecifier).- Parameters:
typedLinkSpecifier- a consumer that will call methods onTypedLinkSpecifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
typedLinkSpecifier(TypedLinkSpecifier)
-
attributeNames
GetLinkAttributesRequest.Builder attributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
- Parameters:
attributeNames- A list of attribute names whose values will be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
GetLinkAttributesRequest.Builder attributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
- Parameters:
attributeNames- A list of attribute names whose values will be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consistencyLevel
GetLinkAttributesRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
- Parameters:
consistencyLevel- The consistency level at which to retrieve the attributes on a typed link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
consistencyLevel
GetLinkAttributesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
- Parameters:
consistencyLevel- The consistency level at which to retrieve the attributes on a typed link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
overrideConfiguration
GetLinkAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLinkAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-