Interface AttachTypedLinkResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<AttachTypedLinkResponse.Builder,AttachTypedLinkResponse>,SdkBuilder<AttachTypedLinkResponse.Builder,AttachTypedLinkResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AttachTypedLinkResponse
public static interface AttachTypedLinkResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<AttachTypedLinkResponse.Builder,AttachTypedLinkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AttachTypedLinkResponse.BuildertypedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Returns a typed link specifier as output.AttachTypedLinkResponse.BuildertypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Returns a typed link specifier as output.-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
typedLinkSpecifier
AttachTypedLinkResponse.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
- Parameters:
typedLinkSpecifier- Returns a typed link specifier as output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifier
default AttachTypedLinkResponse.Builder typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Returns a typed link specifier as output.
This is a convenience method that creates an instance of theTypedLinkSpecifier.Builderavoiding the need to create one manually viaTypedLinkSpecifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totypedLinkSpecifier(TypedLinkSpecifier).- Parameters:
typedLinkSpecifier- a consumer that will call methods onTypedLinkSpecifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
typedLinkSpecifier(TypedLinkSpecifier)
-
-