Interface ListStandardsControlAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListStandardsControlAssociationsResponse.Builder,ListStandardsControlAssociationsResponse>,SdkBuilder<ListStandardsControlAssociationsResponse.Builder,ListStandardsControlAssociationsResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- ListStandardsControlAssociationsResponse
public static interface ListStandardsControlAssociationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListStandardsControlAssociationsResponse.Builder,ListStandardsControlAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStandardsControlAssociationsResponse.BuildernextToken(String nextToken)A pagination parameter that's included in the response only if it was included in the request.ListStandardsControlAssociationsResponse.BuilderstandardsControlAssociationSummaries(Collection<StandardsControlAssociationSummary> standardsControlAssociationSummaries)An array that provides the enablement status and other details for each security control that applies to each enabled standard.ListStandardsControlAssociationsResponse.BuilderstandardsControlAssociationSummaries(Consumer<StandardsControlAssociationSummary.Builder>... standardsControlAssociationSummaries)An array that provides the enablement status and other details for each security control that applies to each enabled standard.ListStandardsControlAssociationsResponse.BuilderstandardsControlAssociationSummaries(StandardsControlAssociationSummary... standardsControlAssociationSummaries)An array that provides the enablement status and other details for each security control that applies to each enabled 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
-
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
-
standardsControlAssociationSummaries
ListStandardsControlAssociationsResponse.Builder standardsControlAssociationSummaries(Collection<StandardsControlAssociationSummary> standardsControlAssociationSummaries)
An array that provides the enablement status and other details for each security control that applies to each enabled standard.
- Parameters:
standardsControlAssociationSummaries- An array that provides the enablement status and other details for each security control that applies to each enabled standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationSummaries
ListStandardsControlAssociationsResponse.Builder standardsControlAssociationSummaries(StandardsControlAssociationSummary... standardsControlAssociationSummaries)
An array that provides the enablement status and other details for each security control that applies to each enabled standard.
- Parameters:
standardsControlAssociationSummaries- An array that provides the enablement status and other details for each security control that applies to each enabled standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationSummaries
ListStandardsControlAssociationsResponse.Builder standardsControlAssociationSummaries(Consumer<StandardsControlAssociationSummary.Builder>... standardsControlAssociationSummaries)
An array that provides the enablement status and other details for each security control that applies to each enabled standard.
This is a convenience method that creates an instance of theStandardsControlAssociationSummary.Builderavoiding the need to create one manually viaStandardsControlAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#standardsControlAssociationSummaries(List.) - Parameters:
standardsControlAssociationSummaries- a consumer that will call methods onStandardsControlAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#standardsControlAssociationSummaries(java.util.Collection)
-
nextToken
ListStandardsControlAssociationsResponse.Builder nextToken(String nextToken)
A pagination parameter that's included in the response only if it was included in the request.
- Parameters:
nextToken- A pagination parameter that's included in the response only if it was included in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-