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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetOrganizationsAccessReportResponse.Builder jobStatus(String jobStatus)
The status of the job.
jobStatus
- The status of the job.JobStatusType
,
JobStatusType
GetOrganizationsAccessReportResponse.Builder jobStatus(JobStatusType jobStatus)
The status of the job.
jobStatus
- The status of the job.JobStatusType
,
JobStatusType
GetOrganizationsAccessReportResponse.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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #accessDetails(List)
.accessDetails
- a consumer that will call methods on List.Builder
#accessDetails(List)
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.Builder
errorDetails(ErrorDetails)
Copyright © 2019. All rights reserved.