Interface UnprocessedStandardsControlAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedStandardsControlAssociation.Builder,UnprocessedStandardsControlAssociation>,SdkBuilder<UnprocessedStandardsControlAssociation.Builder,UnprocessedStandardsControlAssociation>,SdkPojo
- Enclosing class:
- UnprocessedStandardsControlAssociation
public static interface UnprocessedStandardsControlAssociation.Builder extends SdkPojo, CopyableBuilder<UnprocessedStandardsControlAssociation.Builder,UnprocessedStandardsControlAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UnprocessedStandardsControlAssociation.BuildererrorCode(String errorCode)The error code for the unprocessed standard and control association.UnprocessedStandardsControlAssociation.BuildererrorCode(UnprocessedErrorCode errorCode)The error code for the unprocessed standard and control association.UnprocessedStandardsControlAssociation.BuildererrorReason(String errorReason)The reason why the standard and control association was unprocessed.default UnprocessedStandardsControlAssociation.BuilderstandardsControlAssociationId(Consumer<StandardsControlAssociationId.Builder> standardsControlAssociationId)An array with one or more objects that includes a security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.UnprocessedStandardsControlAssociation.BuilderstandardsControlAssociationId(StandardsControlAssociationId standardsControlAssociationId)An array with one or more objects that includes a security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.-
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 Detail
-
standardsControlAssociationId
UnprocessedStandardsControlAssociation.Builder standardsControlAssociationId(StandardsControlAssociationId standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
SecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.- Parameters:
standardsControlAssociationId- An array with one or more objects that includes a security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationId
default UnprocessedStandardsControlAssociation.Builder standardsControlAssociationId(Consumer<StandardsControlAssociationId.Builder> standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
This is a convenience method that creates an instance of theSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.StandardsControlAssociationId.Builderavoiding the need to create one manually viaStandardsControlAssociationId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostandardsControlAssociationId(StandardsControlAssociationId).- Parameters:
standardsControlAssociationId- a consumer that will call methods onStandardsControlAssociationId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
standardsControlAssociationId(StandardsControlAssociationId)
-
errorCode
UnprocessedStandardsControlAssociation.Builder errorCode(String errorCode)
The error code for the unprocessed standard and control association.
- Parameters:
errorCode- The error code for the unprocessed standard and control association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UnprocessedErrorCode,UnprocessedErrorCode
-
errorCode
UnprocessedStandardsControlAssociation.Builder errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed standard and control association.
- Parameters:
errorCode- The error code for the unprocessed standard and control association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UnprocessedErrorCode,UnprocessedErrorCode
-
errorReason
UnprocessedStandardsControlAssociation.Builder errorReason(String errorReason)
The reason why the standard and control association was unprocessed.
- Parameters:
errorReason- The reason why the standard and control association was unprocessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-