Interface DescribeOrganizationConformancePackStatusesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribeOrganizationConformancePackStatusesResponse.Builder,DescribeOrganizationConformancePackStatusesResponse>,SdkBuilder<DescribeOrganizationConformancePackStatusesResponse.Builder,DescribeOrganizationConformancePackStatusesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeOrganizationConformancePackStatusesResponse
public static interface DescribeOrganizationConformancePackStatusesResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePackStatusesResponse.Builder,DescribeOrganizationConformancePackStatusesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationConformancePackStatusesResponse.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.DescribeOrganizationConformancePackStatusesResponse.BuilderorganizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)A list ofOrganizationConformancePackStatusobjects.DescribeOrganizationConformancePackStatusesResponse.BuilderorganizationConformancePackStatuses(Consumer<OrganizationConformancePackStatus.Builder>... organizationConformancePackStatuses)A list ofOrganizationConformancePackStatusobjects.DescribeOrganizationConformancePackStatusesResponse.BuilderorganizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)A list ofOrganizationConformancePackStatusobjects.-
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
-
organizationConformancePackStatuses
DescribeOrganizationConformancePackStatusesResponse.Builder organizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatusobjects.- Parameters:
organizationConformancePackStatuses- A list ofOrganizationConformancePackStatusobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConformancePackStatuses
DescribeOrganizationConformancePackStatusesResponse.Builder organizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatusobjects.- Parameters:
organizationConformancePackStatuses- A list ofOrganizationConformancePackStatusobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConformancePackStatuses
DescribeOrganizationConformancePackStatusesResponse.Builder organizationConformancePackStatuses(Consumer<OrganizationConformancePackStatus.Builder>... organizationConformancePackStatuses)
A list of
This is a convenience method that creates an instance of theOrganizationConformancePackStatusobjects.OrganizationConformancePackStatus.Builderavoiding the need to create one manually viaOrganizationConformancePackStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#organizationConformancePackStatuses(List.) - Parameters:
organizationConformancePackStatuses- a consumer that will call methods onOrganizationConformancePackStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#organizationConformancePackStatuses(java.util.Collection)
-
nextToken
DescribeOrganizationConformancePackStatusesResponse.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.
-
-