Interface UpdateLinkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateLinkRequest.Builder,
,UpdateLinkRequest> RtbFabricRequest.Builder
,SdkBuilder<UpdateLinkRequest.Builder,
,UpdateLinkRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateLinkRequest
@Mutable
@NotThreadSafe
public static interface UpdateLinkRequest.Builder
extends RtbFabricRequest.Builder, SdkPojo, CopyableBuilder<UpdateLinkRequest.Builder,UpdateLinkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the gateway.The unique identifier of the link.default UpdateLinkRequest.Builder
logSettings
(Consumer<LinkLogSettings.Builder> logSettings) Settings for the application logs.logSettings
(LinkLogSettings logSettings) Settings for the application logs.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
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.
-
linkId
The unique identifier of the link.
- Parameters:
linkId
- The unique identifier of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logSettings
Settings for the application logs.
- Parameters:
logSettings
- Settings for the application logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logSettings
Settings for the application logs.
This is a convenience method that creates an instance of theLinkLogSettings.Builder
avoiding the need to create one manually viaLinkLogSettings.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
UpdateLinkRequest.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
UpdateLinkRequest.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.
-