Interface GetResourcesV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetResourcesV2Request.Builder,,GetResourcesV2Request> SdkBuilder<GetResourcesV2Request.Builder,,GetResourcesV2Request> SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
GetResourcesV2Request
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetResourcesV2Request.Builderfilters(Consumer<ResourcesFilters.Builder> filters) Filters resources based on a set of criteria.filters(ResourcesFilters filters) Filters resources based on a set of criteria.maxResults(Integer maxResults) The maximum number of results to return.The token required for pagination.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default GetResourcesV2Request.Builderscopes(Consumer<ResourceScopes.Builder> scopes) Limits the results to resources from specific organizational units or from the delegated administrator's organization.scopes(ResourceScopes scopes) Limits the results to resources from specific organizational units or from the delegated administrator's organization.sortCriteria(Collection<SortCriterion> sortCriteria) The resource attributes used to sort the list of returned resources.sortCriteria(Consumer<SortCriterion.Builder>... sortCriteria) The resource attributes used to sort the list of returned resources.sortCriteria(SortCriterion... sortCriteria) The resource attributes used to sort the list of returned resources.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
Method Details
-
filters
Filters resources based on a set of criteria.
- Parameters:
filters- Filters resources based on a set of criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters resources based on a set of criteria.
This is a convenience method that creates an instance of theResourcesFilters.Builderavoiding the need to create one manually viaResourcesFilters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(ResourcesFilters).- Parameters:
filters- a consumer that will call methods onResourcesFilters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scopes
Limits the results to resources from specific organizational units or from the delegated administrator's organization. Only the delegated administrator account can use this parameter. Other accounts receive an
AccessDeniedException.This parameter is optional. If you omit it, the delegated administrator sees resources from all accounts across the entire organization. Other accounts see only their own resources.
You can specify up to 10 entries in
Scopes.AwsOrganizations. If multiple entries are specified, the entries are combined using OR logic.- Parameters:
scopes- Limits the results to resources from specific organizational units or from the delegated administrator's organization. Only the delegated administrator account can use this parameter. Other accounts receive anAccessDeniedException.This parameter is optional. If you omit it, the delegated administrator sees resources from all accounts across the entire organization. Other accounts see only their own resources.
You can specify up to 10 entries in
Scopes.AwsOrganizations. If multiple entries are specified, the entries are combined using OR logic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
Limits the results to resources from specific organizational units or from the delegated administrator's organization. Only the delegated administrator account can use this parameter. Other accounts receive an
AccessDeniedException.This parameter is optional. If you omit it, the delegated administrator sees resources from all accounts across the entire organization. Other accounts see only their own resources.
You can specify up to 10 entries in
This is a convenience method that creates an instance of theScopes.AwsOrganizations. If multiple entries are specified, the entries are combined using OR logic.ResourceScopes.Builderavoiding the need to create one manually viaResourceScopes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscopes(ResourceScopes).- Parameters:
scopes- a consumer that will call methods onResourceScopes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortCriteria
The resource attributes used to sort the list of returned resources.
- Parameters:
sortCriteria- The resource attributes used to sort the list of returned resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortCriteria
The resource attributes used to sort the list of returned resources.
- Parameters:
sortCriteria- The resource attributes used to sort the list of returned resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortCriteria
The resource attributes used to sort the list of returned resources.
This is a convenience method that creates an instance of theSortCriterion.Builderavoiding the need to create one manually viaSortCriterion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosortCriteria(List<SortCriterion>).- Parameters:
sortCriteria- a consumer that will call methods onSortCriterion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token required for pagination. On your first call, set the value of this parameter to
NULL. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.- Parameters:
nextToken- The token required for pagination. On your first call, set the value of this parameter toNULL. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetResourcesV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetResourcesV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-