Interface ListTenantResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTenantResourcesRequest.Builder,ListTenantResourcesRequest>,SdkBuilder<ListTenantResourcesRequest.Builder,ListTenantResourcesRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- ListTenantResourcesRequest
@Mutable @NotThreadSafe public static interface ListTenantResourcesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListTenantResourcesRequest.Builder,ListTenantResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTenantResourcesRequest.Builderfilter(Map<ListTenantResourcesFilterKey,String> filter)A map of filter keys and values for filtering the list of tenant resources.ListTenantResourcesRequest.BuilderfilterWithStrings(Map<String,String> filter)A map of filter keys and values for filtering the list of tenant resources.ListTenantResourcesRequest.BuildernextToken(String nextToken)A token returned from a previous call toListTenantResourcesto indicate the position in the list of tenant resources.ListTenantResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTenantResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTenantResourcesRequest.BuilderpageSize(Integer pageSize)The number of results to show in a single call toListTenantResources.ListTenantResourcesRequest.BuildertenantName(String tenantName)The name of the tenant to list resources for.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
tenantName
ListTenantResourcesRequest.Builder tenantName(String tenantName)
The name of the tenant to list resources for.
- Parameters:
tenantName- The name of the tenant to list resources for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterWithStrings
ListTenantResourcesRequest.Builder filterWithStrings(Map<String,String> filter)
A map of filter keys and values for filtering the list of tenant resources. Currently, the only supported filter key is
RESOURCE_TYPE.- Parameters:
filter- A map of filter keys and values for filtering the list of tenant resources. Currently, the only supported filter key isRESOURCE_TYPE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
ListTenantResourcesRequest.Builder filter(Map<ListTenantResourcesFilterKey,String> filter)
A map of filter keys and values for filtering the list of tenant resources. Currently, the only supported filter key is
RESOURCE_TYPE.- Parameters:
filter- A map of filter keys and values for filtering the list of tenant resources. Currently, the only supported filter key isRESOURCE_TYPE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListTenantResourcesRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to
ListTenantResources. If the number of results is larger than the number you specified in this parameter, then the response includes aNextTokenelement, which you can use to obtain additional results.- Parameters:
pageSize- The number of results to show in a single call toListTenantResources. If the number of results is larger than the number you specified in this parameter, then the response includes aNextTokenelement, which you can use to obtain additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTenantResourcesRequest.Builder nextToken(String nextToken)
A token returned from a previous call to
ListTenantResourcesto indicate the position in the list of tenant resources.- Parameters:
nextToken- A token returned from a previous call toListTenantResourcesto indicate the position in the list of tenant resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTenantResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTenantResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-