Interface CreateInboundExternalLinkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateInboundExternalLinkRequest.Builder,
,CreateInboundExternalLinkRequest> RtbFabricRequest.Builder
,SdkBuilder<CreateInboundExternalLinkRequest.Builder,
,CreateInboundExternalLinkRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateInboundExternalLinkRequest
@Mutable
@NotThreadSafe
public static interface CreateInboundExternalLinkRequest.Builder
extends RtbFabricRequest.Builder, SdkPojo, CopyableBuilder<CreateInboundExternalLinkRequest.Builder,CreateInboundExternalLinkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Consumer<LinkAttributes.Builder> attributes) Attributes of the link.attributes
(LinkAttributes attributes) Attributes of the link.clientToken
(String clientToken) The unique client token.The unique identifier of the gateway.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A map of the key-value pairs of the tag or tags to assign to the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
The unique client token.
- Parameters:
clientToken
- The unique client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayId
The unique identifier of the gateway.
- Parameters:
gatewayId
- The unique identifier of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Attributes of the link.
- Parameters:
attributes
- Attributes of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
default CreateInboundExternalLinkRequest.Builder attributes(Consumer<LinkAttributes.Builder> attributes) Attributes of the link.
This is a convenience method that creates an instance of theLinkAttributes.Builder
avoiding the need to create one manually viaLinkAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toattributes(LinkAttributes)
.- Parameters:
attributes
- a consumer that will call methods onLinkAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
A map of the key-value pairs of the tag or tags to assign to the resource.
- Parameters:
tags
- A map of the key-value pairs of the tag or tags to assign to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateInboundExternalLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateInboundExternalLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-