Interface UpdateAssessmentFrameworkShareRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAssessmentFrameworkShareRequest.Builder,UpdateAssessmentFrameworkShareRequest>,SdkBuilder<UpdateAssessmentFrameworkShareRequest.Builder,UpdateAssessmentFrameworkShareRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAssessmentFrameworkShareRequest
public static interface UpdateAssessmentFrameworkShareRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentFrameworkShareRequest.Builder,UpdateAssessmentFrameworkShareRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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 Detail
-
requestId
UpdateAssessmentFrameworkShareRequest.Builder requestId(String requestIdValue)
The unique identifier for the share request.
- Parameters:
requestIdValue- The unique identifier for the share request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestType
UpdateAssessmentFrameworkShareRequest.Builder requestType(String requestType)
Specifies whether the share request is a sent request or a received request.
- Parameters:
requestType- Specifies whether the share request is a sent request or a received request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareRequestType,ShareRequestType
-
requestType
UpdateAssessmentFrameworkShareRequest.Builder requestType(ShareRequestType requestType)
Specifies whether the share request is a sent request or a received request.
- Parameters:
requestType- Specifies whether the share request is a sent request or a received request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareRequestType,ShareRequestType
-
action
UpdateAssessmentFrameworkShareRequest.Builder action(String action)
Specifies the update action for the share request.
- Parameters:
action- Specifies the update action for the share request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareRequestAction,ShareRequestAction
-
action
UpdateAssessmentFrameworkShareRequest.Builder action(ShareRequestAction action)
Specifies the update action for the share request.
- Parameters:
action- Specifies the update action for the share request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareRequestAction,ShareRequestAction
-
overrideConfiguration
UpdateAssessmentFrameworkShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAssessmentFrameworkShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-