Interface SuccessfulProfileOutboundRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SuccessfulProfileOutboundRequest.Builder,
,SuccessfulProfileOutboundRequest> SdkBuilder<SuccessfulProfileOutboundRequest.Builder,
,SuccessfulProfileOutboundRequest> SdkPojo
- Enclosing class:
SuccessfulProfileOutboundRequest
@Mutable
@NotThreadSafe
public static interface SuccessfulProfileOutboundRequest.Builder
extends SdkPojo, CopyableBuilder<SuccessfulProfileOutboundRequest.Builder,SuccessfulProfileOutboundRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Sets the value of the ClientToken property for this object.Sets the value of the Id property for this object.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, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
Sets 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.
-
id
Sets 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.
-