Interface DescribeOrganizationConformancePacksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConfigResponse.Builder
,CopyableBuilder<DescribeOrganizationConformancePacksResponse.Builder,
,DescribeOrganizationConformancePacksResponse> SdkBuilder<DescribeOrganizationConformancePacksResponse.Builder,
,DescribeOrganizationConformancePacksResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeOrganizationConformancePacksResponse
@Mutable
@NotThreadSafe
public static interface DescribeOrganizationConformancePacksResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePacksResponse.Builder,DescribeOrganizationConformancePacksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe nextToken string returned on a previous page that you use to get the next page of results in a paginated response.organizationConformancePacks
(Collection<OrganizationConformancePack> organizationConformancePacks) Returns a list of OrganizationConformancePacks objects.organizationConformancePacks
(Consumer<OrganizationConformancePack.Builder>... organizationConformancePacks) Returns a list of OrganizationConformancePacks objects.organizationConformancePacks
(OrganizationConformancePack... organizationConformancePacks) Returns a list of OrganizationConformancePacks objects.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
organizationConformancePacks
DescribeOrganizationConformancePacksResponse.Builder organizationConformancePacks(Collection<OrganizationConformancePack> organizationConformancePacks) Returns a list of OrganizationConformancePacks objects.
- Parameters:
organizationConformancePacks
- Returns a list of OrganizationConformancePacks objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConformancePacks
DescribeOrganizationConformancePacksResponse.Builder organizationConformancePacks(OrganizationConformancePack... organizationConformancePacks) Returns a list of OrganizationConformancePacks objects.
- Parameters:
organizationConformancePacks
- Returns a list of OrganizationConformancePacks objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConformancePacks
DescribeOrganizationConformancePacksResponse.Builder organizationConformancePacks(Consumer<OrganizationConformancePack.Builder>... organizationConformancePacks) Returns a list of OrganizationConformancePacks objects.
This is a convenience method that creates an instance of theOrganizationConformancePack.Builder
avoiding the need to create one manually viaOrganizationConformancePack.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorganizationConformancePacks(List<OrganizationConformancePack>)
.- Parameters:
organizationConformancePacks
- a consumer that will call methods onOrganizationConformancePack.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
- Parameters:
nextToken
- The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-