Interface DeleteLinkResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteLinkResponse.Builder,
,DeleteLinkResponse> RtbFabricResponse.Builder
,SdkBuilder<DeleteLinkResponse.Builder,
,DeleteLinkResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteLinkResponse
@Mutable
@NotThreadSafe
public static interface DeleteLinkResponse.Builder
extends RtbFabricResponse.Builder, SdkPojo, CopyableBuilder<DeleteLinkResponse.Builder,DeleteLinkResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the link.The status of the link.status
(LinkStatus status) The status of the link.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 link.
- Parameters:
status
- The status of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the link.
- Parameters:
status
- The status of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-