Interface GetOutboundExternalLinkResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOutboundExternalLinkResponse.Builder,,GetOutboundExternalLinkResponse> RtbFabricResponse.Builder,SdkBuilder<GetOutboundExternalLinkResponse.Builder,,GetOutboundExternalLinkResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetOutboundExternalLinkResponse
@Mutable
@NotThreadSafe
public static interface GetOutboundExternalLinkResponse.Builder
extends RtbFabricResponse.Builder, SdkPojo, CopyableBuilder<GetOutboundExternalLinkResponse.Builder,GetOutboundExternalLinkResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the outbound external link was created.The unique identifier of the gateway.The unique identifier of the link.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.publicEndpoint(String publicEndpoint) The public endpoint for the link.The status of the request.status(LinkStatus status) The status of the request.A map of the key-value pairs for the tag or tags assigned to the specified resource.The timestamp of when the outbound external link was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
status
The status of the request.
- Parameters:
status- The status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the request.
- Parameters:
status- The status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
publicEndpoint
The public endpoint for the link.
- Parameters:
publicEndpoint- The public endpoint for the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the outbound external link was created.
- Parameters:
createdAt- The timestamp of when the outbound external link was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when the outbound external link was updated.
- Parameters:
updatedAt- The timestamp of when the outbound external link was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of the key-value pairs for the tag or tags assigned to the specified resource.
- Parameters:
tags- A map of the key-value pairs for the tag or tags assigned to the specified resource.- 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 GetOutboundExternalLinkResponse.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:
-