public static interface GetOrganizationsAccessReportResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetOrganizationsAccessReportResponse.Builder,GetOrganizationsAccessReportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationsAccessReportResponse.Builder |
accessDetails(AccessDetail... accessDetails)
An object that contains details about the most recent attempt to access the service.
|
GetOrganizationsAccessReportResponse.Builder |
accessDetails(Collection<AccessDetail> accessDetails)
An object that contains details about the most recent attempt to access the service.
|
GetOrganizationsAccessReportResponse.Builder |
accessDetails(Consumer<AccessDetail.Builder>... accessDetails)
An object that contains details about the most recent attempt to access the service.
|
default GetOrganizationsAccessReportResponse.Builder |
errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
Sets the value of the ErrorDetails property for this object.
|
GetOrganizationsAccessReportResponse.Builder |
errorDetails(ErrorDetails errorDetails)
Sets the value of the ErrorDetails property for this object.
|
GetOrganizationsAccessReportResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
GetOrganizationsAccessReportResponse.Builder |
jobCompletionDate(Instant jobCompletionDate)
The date and time, in ISO 8601 date-time format, when the
generated report job was completed or failed.
|
GetOrganizationsAccessReportResponse.Builder |
jobCreationDate(Instant jobCreationDate)
The date and time, in ISO 8601 date-time format, when the report
job was created.
|
GetOrganizationsAccessReportResponse.Builder |
jobStatus(JobStatusType jobStatus)
The status of the job.
|
GetOrganizationsAccessReportResponse.Builder |
jobStatus(String jobStatus)
The status of the job.
|
GetOrganizationsAccessReportResponse.Builder |
marker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request. |
GetOrganizationsAccessReportResponse.Builder |
numberOfServicesAccessible(Integer numberOfServicesAccessible)
The number of services that the applicable SCPs allow account principals to access.
|
GetOrganizationsAccessReportResponse.Builder |
numberOfServicesNotAccessed(Integer numberOfServicesNotAccessed)
The number of services that account principals are allowed but did not attempt to access.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOrganizationsAccessReportResponse.Builder jobStatus(String jobStatus)
The status of the job.
jobStatus - The status of the job.JobStatusType,
JobStatusTypeGetOrganizationsAccessReportResponse.Builder jobStatus(JobStatusType jobStatus)
The status of the job.
jobStatus - The status of the job.JobStatusType,
JobStatusTypeGetOrganizationsAccessReportResponse.Builder jobCreationDate(Instant jobCreationDate)
The date and time, in ISO 8601 date-time format, when the report job was created.
jobCreationDate - The date and time, in ISO 8601 date-time format, when the
report job was created.GetOrganizationsAccessReportResponse.Builder jobCompletionDate(Instant jobCompletionDate)
The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.
This field is null if the job is still in progress, as indicated by a job status value of
IN_PROGRESS.
jobCompletionDate - The date and time, in ISO 8601 date-time format, when the
generated report job was completed or failed.
This field is null if the job is still in progress, as indicated by a job status value of
IN_PROGRESS.
GetOrganizationsAccessReportResponse.Builder numberOfServicesAccessible(Integer numberOfServicesAccessible)
The number of services that the applicable SCPs allow account principals to access.
numberOfServicesAccessible - The number of services that the applicable SCPs allow account principals to access.GetOrganizationsAccessReportResponse.Builder numberOfServicesNotAccessed(Integer numberOfServicesNotAccessed)
The number of services that account principals are allowed but did not attempt to access.
numberOfServicesNotAccessed - The number of services that account principals are allowed but did not attempt to access.GetOrganizationsAccessReportResponse.Builder accessDetails(Collection<AccessDetail> accessDetails)
An object that contains details about the most recent attempt to access the service.
accessDetails - An object that contains details about the most recent attempt to access the service.GetOrganizationsAccessReportResponse.Builder accessDetails(AccessDetail... accessDetails)
An object that contains details about the most recent attempt to access the service.
accessDetails - An object that contains details about the most recent attempt to access the service.GetOrganizationsAccessReportResponse.Builder accessDetails(Consumer<AccessDetail.Builder>... accessDetails)
An object that contains details about the most recent attempt to access the service.
This is a convenience method that creates an instance of theAccessDetail.Builder avoiding the need to create one
manually via AccessDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #accessDetails(List.
accessDetails - a consumer that will call methods on
AccessDetail.Builder#accessDetails(java.util.Collection) GetOrganizationsAccessReportResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker request parameter to retrieve more items. Note
that IAM might return fewer than the MaxItems number of results even when there are more results
available. We recommend that you check IsTruncated after every call to ensure that you receive
all your results.
isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can
make a subsequent pagination request using the Marker request parameter to retrieve more
items. Note that IAM might return fewer than the MaxItems number of results even when
there are more results available. We recommend that you check IsTruncated after every
call to ensure that you receive all your results.GetOrganizationsAccessReportResponse.Builder marker(String marker)
When IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request.
marker - When IsTruncated is true, this element is present and contains the value to
use for the Marker parameter in a subsequent pagination request.GetOrganizationsAccessReportResponse.Builder errorDetails(ErrorDetails errorDetails)
errorDetails - The new value for the ErrorDetails property for this object.default GetOrganizationsAccessReportResponse.Builder errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
ErrorDetails.Builder avoiding the need
to create one manually via ErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to errorDetails(ErrorDetails).
errorDetails - a consumer that will call methods on ErrorDetails.BuildererrorDetails(ErrorDetails)Copyright © 2023. All rights reserved.