Interface ListResourceProfileDetectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourceProfileDetectionsRequest.Builder,ListResourceProfileDetectionsRequest>,Macie2Request.Builder,SdkBuilder<ListResourceProfileDetectionsRequest.Builder,ListResourceProfileDetectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListResourceProfileDetectionsRequest
public static interface ListResourceProfileDetectionsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<ListResourceProfileDetectionsRequest.Builder,ListResourceProfileDetectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourceProfileDetectionsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to include in each page of a paginated response.ListResourceProfileDetectionsRequest.BuildernextToken(String nextToken)The nextToken string that specifies which page of results to return in a paginated response.ListResourceProfileDetectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResourceProfileDetectionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResourceProfileDetectionsRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.-
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.macie2.model.Macie2Request.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
-
maxResults
ListResourceProfileDetectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
- Parameters:
maxResults- The maximum number of items to include in each page of a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListResourceProfileDetectionsRequest.Builder nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
- Parameters:
nextToken- The nextToken string that specifies which page of results to return in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
ListResourceProfileDetectionsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResourceProfileDetectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResourceProfileDetectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-