Interface GetSessionResponseApproverResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GetSessionResponseApproverResponse.Builder,
,GetSessionResponseApproverResponse> SdkBuilder<GetSessionResponseApproverResponse.Builder,
,GetSessionResponseApproverResponse> SdkPojo
- Enclosing class:
GetSessionResponseApproverResponse
@Mutable
@NotThreadSafe
public static interface GetSessionResponseApproverResponse.Builder
extends SdkPojo, CopyableBuilder<GetSessionResponseApproverResponse.Builder,GetSessionResponseApproverResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapproverId
(String approverId) ID for the approver.identityId
(String identityId) ID for the identity source.identitySourceArn
(String identitySourceArn) Amazon Resource Name (ARN) for the identity source.Response to the operation request.response
(SessionResponse response) Response to the operation request.responseTime
(Instant responseTime) Timestamp when a approver responded to the operation request.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
-
approverId
ID for the approver.
- Parameters:
approverId
- ID for the approver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identitySourceArn
Amazon Resource Name (ARN) for the identity source. The identity source manages the user authentication for approvers.
- Parameters:
identitySourceArn
- Amazon Resource Name (ARN) for the identity source. The identity source manages the user authentication for approvers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityId
ID for the identity source. The identity source manages the user authentication for approvers.
- Parameters:
identityId
- ID for the identity source. The identity source manages the user authentication for approvers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
response
Response to the operation request.
- Parameters:
response
- Response to the operation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
response
Response to the operation request.
- Parameters:
response
- Response to the operation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
responseTime
Timestamp when a approver responded to the operation request.
- Parameters:
responseTime
- Timestamp when a approver responded to the operation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-