Interface FailedProfileOutboundRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FailedProfileOutboundRequest.Builder,,- FailedProfileOutboundRequest> - SdkBuilder<FailedProfileOutboundRequest.Builder,,- FailedProfileOutboundRequest> - SdkPojo
- Enclosing class:
- FailedProfileOutboundRequest
@Mutable
@NotThreadSafe
public static interface FailedProfileOutboundRequest.Builder
extends SdkPojo, CopyableBuilder<FailedProfileOutboundRequest.Builder,FailedProfileOutboundRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) Sets the value of the ClientToken property for this object.failureCode(String failureCode) Sets the value of the FailureCode property for this object.failureCode(ProfileOutboundRequestFailureCode failureCode) Sets the value of the FailureCode property for this object.Sets the value of the Id property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clientTokenSets the value of the ClientToken property for this object.- Parameters:
- clientToken- The new value for the ClientToken property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idSets the value of the Id property for this object.- Parameters:
- id- The new value for the Id property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureCodeSets the value of the FailureCode property for this object.- Parameters:
- failureCode- The new value for the FailureCode property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failureCodeSets the value of the FailureCode property for this object.- Parameters:
- failureCode- The new value for the FailureCode property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-