Interface GetEnabledStandardsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnabledStandardsResponse.Builder,GetEnabledStandardsResponse>,SdkBuilder<GetEnabledStandardsResponse.Builder,GetEnabledStandardsResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- GetEnabledStandardsResponse
public static interface GetEnabledStandardsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetEnabledStandardsResponse.Builder,GetEnabledStandardsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnabledStandardsResponse.BuildernextToken(String nextToken)The pagination token to use to request the next page of results.GetEnabledStandardsResponse.BuilderstandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)The list ofStandardsSubscriptionsobjects that include information about the enabled standards.GetEnabledStandardsResponse.BuilderstandardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)The list ofStandardsSubscriptionsobjects that include information about the enabled standards.GetEnabledStandardsResponse.BuilderstandardsSubscriptions(StandardsSubscription... standardsSubscriptions)The list ofStandardsSubscriptionsobjects that include information about the enabled standards.-
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
-
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
-
standardsSubscriptions
GetEnabledStandardsResponse.Builder standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The list of
StandardsSubscriptionsobjects that include information about the enabled standards.- Parameters:
standardsSubscriptions- The list ofStandardsSubscriptionsobjects that include information about the enabled standards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsSubscriptions
GetEnabledStandardsResponse.Builder standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The list of
StandardsSubscriptionsobjects that include information about the enabled standards.- Parameters:
standardsSubscriptions- The list ofStandardsSubscriptionsobjects that include information about the enabled standards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsSubscriptions
GetEnabledStandardsResponse.Builder standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The list of
This is a convenience method that creates an instance of theStandardsSubscriptionsobjects that include information about the enabled standards.StandardsSubscription.Builderavoiding the need to create one manually viaStandardsSubscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#standardsSubscriptions(List.) - Parameters:
standardsSubscriptions- a consumer that will call methods onStandardsSubscription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#standardsSubscriptions(java.util.Collection)
-
nextToken
GetEnabledStandardsResponse.Builder nextToken(String nextToken)
The pagination token to use to request the next page of results.
- Parameters:
nextToken- The pagination token to use to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-