Interface DescribeHandshakeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeHandshakeResponse.Builder,DescribeHandshakeResponse>,OrganizationsResponse.Builder,SdkBuilder<DescribeHandshakeResponse.Builder,DescribeHandshakeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeHandshakeResponse
public static interface DescribeHandshakeResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<DescribeHandshakeResponse.Builder,DescribeHandshakeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeHandshakeResponse.Builderhandshake(Consumer<Handshake.Builder> handshake)A structure that contains information about the specified handshake.DescribeHandshakeResponse.Builderhandshake(Handshake handshake)A structure that contains information about the specified handshake.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
handshake
DescribeHandshakeResponse.Builder handshake(Handshake handshake)
A structure that contains information about the specified handshake.
- Parameters:
handshake- A structure that contains information about the specified handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
handshake
default DescribeHandshakeResponse.Builder handshake(Consumer<Handshake.Builder> handshake)
A structure that contains information about the specified handshake.
This is a convenience method that creates an instance of theHandshake.Builderavoiding the need to create one manually viaHandshake.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohandshake(Handshake).- Parameters:
handshake- a consumer that will call methods onHandshake.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
handshake(Handshake)
-
-