Interface ListOrganizationInsightsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOrganizationInsightsRequest.Builder,ListOrganizationInsightsRequest>,DevOpsGuruRequest.Builder,SdkBuilder<ListOrganizationInsightsRequest.Builder,ListOrganizationInsightsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListOrganizationInsightsRequest
public static interface ListOrganizationInsightsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListOrganizationInsightsRequest.Builder,ListOrganizationInsightsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
statusFilter
ListOrganizationInsightsRequest.Builder statusFilter(ListInsightsStatusFilter statusFilter)
Sets the value of the StatusFilter property for this object.- Parameters:
statusFilter- The new value for the StatusFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusFilter
default ListOrganizationInsightsRequest.Builder statusFilter(Consumer<ListInsightsStatusFilter.Builder> statusFilter)
Sets the value of the StatusFilter property for this object. This is a convenience method that creates an instance of theListInsightsStatusFilter.Builderavoiding the need to create one manually viaListInsightsStatusFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusFilter(ListInsightsStatusFilter).- Parameters:
statusFilter- a consumer that will call methods onListInsightsStatusFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
statusFilter(ListInsightsStatusFilter)
-
maxResults
ListOrganizationInsightsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue.- Parameters:
maxResults- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListOrganizationInsightsRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
- Parameters:
accountIds- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListOrganizationInsightsRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account.
- Parameters:
accountIds- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
ListOrganizationInsightsRequest.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
- Parameters:
organizationalUnitIds- The ID of the organizational unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
ListOrganizationInsightsRequest.Builder organizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
- Parameters:
organizationalUnitIds- The ID of the organizational unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListOrganizationInsightsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListOrganizationInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListOrganizationInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-