Interface ProgramManagementAccountHandshakeDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProgramManagementAccountHandshakeDetail.Builder,,ProgramManagementAccountHandshakeDetail> SdkBuilder<ProgramManagementAccountHandshakeDetail.Builder,,ProgramManagementAccountHandshakeDetail> SdkPojo
- Enclosing class:
ProgramManagementAccountHandshakeDetail
@Mutable
@NotThreadSafe
public static interface ProgramManagementAccountHandshakeDetail.Builder
extends SdkPojo, CopyableBuilder<ProgramManagementAccountHandshakeDetail.Builder,ProgramManagementAccountHandshakeDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe program associated with the handshake.The program associated with the handshake.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
program
The program associated with the handshake.
- Parameters:
program- The program associated with the handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
program
The program associated with the handshake.
- Parameters:
program- The program associated with the handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-