public static interface DescribeAffectedEntitiesForOrganizationResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeAffectedEntitiesForOrganizationResponse.Builder,DescribeAffectedEntitiesForOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAffectedEntitiesForOrganizationResponse.Builder |
entities(AffectedEntity... entities)
A JSON set of elements including the
awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode. |
DescribeAffectedEntitiesForOrganizationResponse.Builder |
entities(Collection<AffectedEntity> entities)
A JSON set of elements including the
awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode. |
DescribeAffectedEntitiesForOrganizationResponse.Builder |
entities(Consumer<AffectedEntity.Builder>... entities)
A JSON set of elements including the
awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode. |
DescribeAffectedEntitiesForOrganizationResponse.Builder |
failedSet(Collection<OrganizationAffectedEntitiesErrorItem> failedSet)
A JSON set of elements of the failed response, including the
awsAccountId,
errorMessage, errorName, and eventArn. |
DescribeAffectedEntitiesForOrganizationResponse.Builder |
failedSet(Consumer<OrganizationAffectedEntitiesErrorItem.Builder>... failedSet)
A JSON set of elements of the failed response, including the
awsAccountId,
errorMessage, errorName, and eventArn. |
DescribeAffectedEntitiesForOrganizationResponse.Builder |
failedSet(OrganizationAffectedEntitiesErrorItem... failedSet)
A JSON set of elements of the failed response, including the
awsAccountId,
errorMessage, errorName, and eventArn. |
DescribeAffectedEntitiesForOrganizationResponse.Builder |
nextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a
nextToken pagination token is returned in the response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAffectedEntitiesForOrganizationResponse.Builder entities(Collection<AffectedEntity> entities)
A JSON set of elements including the awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode.
entities - A JSON set of elements including the awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode.DescribeAffectedEntitiesForOrganizationResponse.Builder entities(AffectedEntity... entities)
A JSON set of elements including the awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode.
entities - A JSON set of elements including the awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode.DescribeAffectedEntitiesForOrganizationResponse.Builder entities(Consumer<AffectedEntity.Builder>... entities)
A JSON set of elements including the awsAccountId and its entityArn,
entityValue and its entityArn, lastUpdatedTime, and
statusCode.
AffectedEntity.Builder avoiding the need to create one
manually via AffectedEntity.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #entities(List.
entities - a consumer that will call methods on
AffectedEntity.Builder#entities(java.util.Collection) DescribeAffectedEntitiesForOrganizationResponse.Builder failedSet(Collection<OrganizationAffectedEntitiesErrorItem> failedSet)
A JSON set of elements of the failed response, including the awsAccountId,
errorMessage, errorName, and eventArn.
failedSet - A JSON set of elements of the failed response, including the awsAccountId,
errorMessage, errorName, and eventArn.DescribeAffectedEntitiesForOrganizationResponse.Builder failedSet(OrganizationAffectedEntitiesErrorItem... failedSet)
A JSON set of elements of the failed response, including the awsAccountId,
errorMessage, errorName, and eventArn.
failedSet - A JSON set of elements of the failed response, including the awsAccountId,
errorMessage, errorName, and eventArn.DescribeAffectedEntitiesForOrganizationResponse.Builder failedSet(Consumer<OrganizationAffectedEntitiesErrorItem.Builder>... failedSet)
A JSON set of elements of the failed response, including the awsAccountId,
errorMessage, errorName, and eventArn.
OrganizationAffectedEntitiesErrorItem.Builder avoiding
the need to create one manually via
OrganizationAffectedEntitiesErrorItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #failedSet(List.
failedSet - a consumer that will call methods on
OrganizationAffectedEntitiesErrorItem.Builder#failedSet(java.util.Collection) DescribeAffectedEntitiesForOrganizationResponse.Builder nextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a
nextToken pagination token is returned in the response. To retrieve the next batch of results,
reissue the search request and include the returned token. When all results have been returned, the response
does not contain a pagination token value.
nextToken - If the results of a search are large, only a portion of the results are returned, and a
nextToken pagination token is returned in the response. To retrieve the next batch of
results, reissue the search request and include the returned token. When all results have been
returned, the response does not contain a pagination token value.Copyright © 2022. All rights reserved.