Interface TransferData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransferData.Builder,
,TransferData> SdkBuilder<TransferData.Builder,
,TransferData> SdkPojo
- Enclosing class:
TransferData
public static interface TransferData.Builder
extends SdkPojo, CopyableBuilder<TransferData.Builder,TransferData>
-
Method Summary
Modifier and TypeMethodDescriptionacceptDate
(Instant acceptDate) The date the transfer was accepted.rejectDate
(Instant rejectDate) The date the transfer was rejected.rejectReason
(String rejectReason) The reason why the transfer was rejected.transferDate
(Instant transferDate) The date the transfer took place.transferMessage
(String transferMessage) The transfer message.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
-
Method Details
-
transferMessage
The transfer message.
- Parameters:
transferMessage
- The transfer message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rejectReason
The reason why the transfer was rejected.
- Parameters:
rejectReason
- The reason why the transfer was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferDate
The date the transfer took place.
- Parameters:
transferDate
- The date the transfer took place.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptDate
The date the transfer was accepted.
- Parameters:
acceptDate
- The date the transfer was accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rejectDate
The date the transfer was rejected.
- Parameters:
rejectDate
- The date the transfer was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-