Interface CreateOutboundExternalLinkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateOutboundExternalLinkRequest.Builder,,CreateOutboundExternalLinkRequest> RtbFabricRequest.Builder,SdkBuilder<CreateOutboundExternalLinkRequest.Builder,,CreateOutboundExternalLinkRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateOutboundExternalLinkRequest
@Mutable
@NotThreadSafe
public static interface CreateOutboundExternalLinkRequest.Builder
extends RtbFabricRequest.Builder, SdkPojo, CopyableBuilder<CreateOutboundExternalLinkRequest.Builder,CreateOutboundExternalLinkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Consumer<LinkAttributes.Builder> attributes) Sets the value of the Attributes property for this object.attributes(LinkAttributes attributes) Sets the value of the Attributes property for this object.clientToken(String clientToken) The unique client token.The unique identifier of the gateway.logSettings(Consumer<LinkLogSettings.Builder> logSettings) Sets the value of the LogSettings property for this object.logSettings(LinkLogSettings logSettings) Sets the value of the LogSettings property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.publicEndpoint(String publicEndpoint) The public endpoint of the link.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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
Sets the value of the Attributes property for this object.- Parameters:
attributes- The new value for the Attributes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
default CreateOutboundExternalLinkRequest.Builder attributes(Consumer<LinkAttributes.Builder> attributes) Sets the value of the Attributes property for this object. This is a convenience method that creates an instance of theLinkAttributes.Builderavoiding the need to create one manually viaLinkAttributes.builder().When the
Consumercompletes,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:
-
publicEndpoint
The public endpoint of the link.
- Parameters:
publicEndpoint- The public endpoint of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logSettings
Sets the value of the LogSettings property for this object.- Parameters:
logSettings- The new value for the LogSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logSettings
default CreateOutboundExternalLinkRequest.Builder logSettings(Consumer<LinkLogSettings.Builder> logSettings) Sets the value of the LogSettings property for this object. This is a convenience method that creates an instance of theLinkLogSettings.Builderavoiding the need to create one manually viaLinkLogSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologSettings(LinkLogSettings).- Parameters:
logSettings- a consumer that will call methods onLinkLogSettings.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
CreateOutboundExternalLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateOutboundExternalLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-