Interface GetOrganizationConfigRuleDetailedStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<GetOrganizationConfigRuleDetailedStatusResponse.Builder,GetOrganizationConfigRuleDetailedStatusResponse>,SdkBuilder<GetOrganizationConfigRuleDetailedStatusResponse.Builder,GetOrganizationConfigRuleDetailedStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetOrganizationConfigRuleDetailedStatusResponse
public static interface GetOrganizationConfigRuleDetailedStatusResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetOrganizationConfigRuleDetailedStatusResponse.Builder,GetOrganizationConfigRuleDetailedStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOrganizationConfigRuleDetailedStatusResponse.BuildernextToken(String nextToken)ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.GetOrganizationConfigRuleDetailedStatusResponse.BuilderorganizationConfigRuleDetailedStatus(Collection<MemberAccountStatus> organizationConfigRuleDetailedStatus)A list ofMemberAccountStatusobjects.GetOrganizationConfigRuleDetailedStatusResponse.BuilderorganizationConfigRuleDetailedStatus(Consumer<MemberAccountStatus.Builder>... organizationConfigRuleDetailedStatus)A list ofMemberAccountStatusobjects.GetOrganizationConfigRuleDetailedStatusResponse.BuilderorganizationConfigRuleDetailedStatus(MemberAccountStatus... organizationConfigRuleDetailedStatus)A list ofMemberAccountStatusobjects.-
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
-
organizationConfigRuleDetailedStatus
GetOrganizationConfigRuleDetailedStatusResponse.Builder organizationConfigRuleDetailedStatus(Collection<MemberAccountStatus> organizationConfigRuleDetailedStatus)
A list of
MemberAccountStatusobjects.- Parameters:
organizationConfigRuleDetailedStatus- A list ofMemberAccountStatusobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConfigRuleDetailedStatus
GetOrganizationConfigRuleDetailedStatusResponse.Builder organizationConfigRuleDetailedStatus(MemberAccountStatus... organizationConfigRuleDetailedStatus)
A list of
MemberAccountStatusobjects.- Parameters:
organizationConfigRuleDetailedStatus- A list ofMemberAccountStatusobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConfigRuleDetailedStatus
GetOrganizationConfigRuleDetailedStatusResponse.Builder organizationConfigRuleDetailedStatus(Consumer<MemberAccountStatus.Builder>... organizationConfigRuleDetailedStatus)
A list of
This is a convenience method that creates an instance of theMemberAccountStatusobjects.MemberAccountStatus.Builderavoiding the need to create one manually viaMemberAccountStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#organizationConfigRuleDetailedStatus(List.) - Parameters:
organizationConfigRuleDetailedStatus- a consumer that will call methods onMemberAccountStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#organizationConfigRuleDetailedStatus(java.util.Collection)
-
nextToken
GetOrganizationConfigRuleDetailedStatusResponse.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring 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.
-
-