public static interface AssessmentFrameworkShareRequest.Builder extends SdkPojo, CopyableBuilder<AssessmentFrameworkShareRequest.Builder,AssessmentFrameworkShareRequest>
| Modifier and Type | Method and Description |
|---|---|
AssessmentFrameworkShareRequest.Builder |
comment(String comment)
An optional comment from the sender about the share request.
|
AssessmentFrameworkShareRequest.Builder |
complianceType(String complianceType)
The compliance type that the shared custom framework supports, such as CIS or HIPAA.
|
AssessmentFrameworkShareRequest.Builder |
creationTime(Instant creationTime)
The time when the share request was created.
|
AssessmentFrameworkShareRequest.Builder |
customControlsCount(Integer customControlsCount)
The number of custom controls that are part of the shared custom framework.
|
AssessmentFrameworkShareRequest.Builder |
destinationAccount(String destinationAccount)
The Amazon Web Services account of the recipient.
|
AssessmentFrameworkShareRequest.Builder |
destinationRegion(String destinationRegion)
The Amazon Web Services Region of the recipient.
|
AssessmentFrameworkShareRequest.Builder |
expirationTime(Instant expirationTime)
The time when the share request expires.
|
AssessmentFrameworkShareRequest.Builder |
frameworkDescription(String frameworkDescription)
The description of the shared custom framework.
|
AssessmentFrameworkShareRequest.Builder |
frameworkId(String frameworkId)
The unique identifier for the shared custom framework.
|
AssessmentFrameworkShareRequest.Builder |
frameworkName(String frameworkName)
The name of the custom framework that the share request is for.
|
AssessmentFrameworkShareRequest.Builder |
id(String id)
The unique identifier for the share request.
|
AssessmentFrameworkShareRequest.Builder |
lastUpdated(Instant lastUpdated)
Specifies when the share request was last updated.
|
AssessmentFrameworkShareRequest.Builder |
sourceAccount(String sourceAccount)
The Amazon Web Services account of the sender.
|
AssessmentFrameworkShareRequest.Builder |
standardControlsCount(Integer standardControlsCount)
The number of standard controls that are part of the shared custom framework.
|
AssessmentFrameworkShareRequest.Builder |
status(ShareRequestStatus status)
The status of the share request.
|
AssessmentFrameworkShareRequest.Builder |
status(String status)
The status of the share request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentFrameworkShareRequest.Builder id(String id)
The unique identifier for the share request.
id - The unique identifier for the share request.AssessmentFrameworkShareRequest.Builder frameworkId(String frameworkId)
The unique identifier for the shared custom framework.
frameworkId - The unique identifier for the shared custom framework.AssessmentFrameworkShareRequest.Builder frameworkName(String frameworkName)
The name of the custom framework that the share request is for.
frameworkName - The name of the custom framework that the share request is for.AssessmentFrameworkShareRequest.Builder frameworkDescription(String frameworkDescription)
The description of the shared custom framework.
frameworkDescription - The description of the shared custom framework.AssessmentFrameworkShareRequest.Builder status(String status)
The status of the share request.
status - The status of the share request.ShareRequestStatus,
ShareRequestStatusAssessmentFrameworkShareRequest.Builder status(ShareRequestStatus status)
The status of the share request.
status - The status of the share request.ShareRequestStatus,
ShareRequestStatusAssessmentFrameworkShareRequest.Builder sourceAccount(String sourceAccount)
The Amazon Web Services account of the sender.
sourceAccount - The Amazon Web Services account of the sender.AssessmentFrameworkShareRequest.Builder destinationAccount(String destinationAccount)
The Amazon Web Services account of the recipient.
destinationAccount - The Amazon Web Services account of the recipient.AssessmentFrameworkShareRequest.Builder destinationRegion(String destinationRegion)
The Amazon Web Services Region of the recipient.
destinationRegion - The Amazon Web Services Region of the recipient.AssessmentFrameworkShareRequest.Builder expirationTime(Instant expirationTime)
The time when the share request expires.
expirationTime - The time when the share request expires.AssessmentFrameworkShareRequest.Builder creationTime(Instant creationTime)
The time when the share request was created.
creationTime - The time when the share request was created.AssessmentFrameworkShareRequest.Builder lastUpdated(Instant lastUpdated)
Specifies when the share request was last updated.
lastUpdated - Specifies when the share request was last updated.AssessmentFrameworkShareRequest.Builder comment(String comment)
An optional comment from the sender about the share request.
comment - An optional comment from the sender about the share request.AssessmentFrameworkShareRequest.Builder standardControlsCount(Integer standardControlsCount)
The number of standard controls that are part of the shared custom framework.
standardControlsCount - The number of standard controls that are part of the shared custom framework.AssessmentFrameworkShareRequest.Builder customControlsCount(Integer customControlsCount)
The number of custom controls that are part of the shared custom framework.
customControlsCount - The number of custom controls that are part of the shared custom framework.AssessmentFrameworkShareRequest.Builder complianceType(String complianceType)
The compliance type that the shared custom framework supports, such as CIS or HIPAA.
complianceType - The compliance type that the shared custom framework supports, such as CIS or HIPAA.Copyright © 2022. All rights reserved.