Interface DescribeOrganizationConformancePacksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribeOrganizationConformancePacksResponse.Builder,DescribeOrganizationConformancePacksResponse>,SdkBuilder<DescribeOrganizationConformancePacksResponse.Builder,DescribeOrganizationConformancePacksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeOrganizationConformancePacksResponse
public static interface DescribeOrganizationConformancePacksResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePacksResponse.Builder,DescribeOrganizationConformancePacksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationConformancePacksResponse.BuildernextToken(String nextToken)The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.DescribeOrganizationConformancePacksResponse.BuilderorganizationConformancePacks(Collection<OrganizationConformancePack> organizationConformancePacks)Returns a list of OrganizationConformancePacks objects.DescribeOrganizationConformancePacksResponse.BuilderorganizationConformancePacks(Consumer<OrganizationConformancePack.Builder>... organizationConformancePacks)Returns a list of OrganizationConformancePacks objects.DescribeOrganizationConformancePacksResponse.BuilderorganizationConformancePacks(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaOrganizationConformancePack.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#organizationConformancePacks(List.) - 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:
#organizationConformancePacks(java.util.Collection)
-
nextToken
DescribeOrganizationConformancePacksResponse.Builder nextToken(String 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.
-
-