Interface BatchGetSecurityControlsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetSecurityControlsResponse.Builder,BatchGetSecurityControlsResponse>,SdkBuilder<BatchGetSecurityControlsResponse.Builder,BatchGetSecurityControlsResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- BatchGetSecurityControlsResponse
public static interface BatchGetSecurityControlsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchGetSecurityControlsResponse.Builder,BatchGetSecurityControlsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetSecurityControlsResponse.BuildersecurityControls(Collection<SecurityControl> securityControls)An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.BatchGetSecurityControlsResponse.BuildersecurityControls(Consumer<SecurityControl.Builder>... securityControls)An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.BatchGetSecurityControlsResponse.BuildersecurityControls(SecurityControl... securityControls)An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.BatchGetSecurityControlsResponse.BuilderunprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.BatchGetSecurityControlsResponse.BuilderunprocessedIds(Consumer<UnprocessedSecurityControl.Builder>... unprocessedIds)A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.BatchGetSecurityControlsResponse.BuilderunprocessedIds(UnprocessedSecurityControl... unprocessedIds)A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
securityControls
BatchGetSecurityControlsResponse.Builder securityControls(Collection<SecurityControl> securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes
SecurityControlIdorSecurityControlArn.- Parameters:
securityControls- An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includesSecurityControlIdorSecurityControlArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityControls
BatchGetSecurityControlsResponse.Builder securityControls(SecurityControl... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes
SecurityControlIdorSecurityControlArn.- Parameters:
securityControls- An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includesSecurityControlIdorSecurityControlArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityControls
BatchGetSecurityControlsResponse.Builder securityControls(Consumer<SecurityControl.Builder>... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes
This is a convenience method that creates an instance of theSecurityControlIdorSecurityControlArn.SecurityControl.Builderavoiding the need to create one manually viaSecurityControl.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#securityControls(List.) - Parameters:
securityControls- a consumer that will call methods onSecurityControl.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#securityControls(java.util.Collection)
-
unprocessedIds
BatchGetSecurityControlsResponse.Builder unprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)
A security control (identified with
SecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.- Parameters:
unprocessedIds- A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedIds
BatchGetSecurityControlsResponse.Builder unprocessedIds(UnprocessedSecurityControl... unprocessedIds)
A security control (identified with
SecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.- Parameters:
unprocessedIds- A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedIds
BatchGetSecurityControlsResponse.Builder unprocessedIds(Consumer<UnprocessedSecurityControl.Builder>... unprocessedIds)
A security control (identified with
This is a convenience method that creates an instance of theSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.UnprocessedSecurityControl.Builderavoiding the need to create one manually viaUnprocessedSecurityControl.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedIds(List.) - Parameters:
unprocessedIds- a consumer that will call methods onUnprocessedSecurityControl.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unprocessedIds(java.util.Collection)
-
-