Interface CreateSampleFindingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSampleFindingsRequest.Builder,CreateSampleFindingsRequest>,Macie2Request.Builder,SdkBuilder<CreateSampleFindingsRequest.Builder,CreateSampleFindingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSampleFindingsRequest
public static interface CreateSampleFindingsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateSampleFindingsRequest.Builder,CreateSampleFindingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSampleFindingsRequest.BuilderfindingTypes(Collection<FindingType> findingTypes)An array of finding types, one for each type of sample finding to create.CreateSampleFindingsRequest.BuilderfindingTypes(FindingType... findingTypes)An array of finding types, one for each type of sample finding to create.CreateSampleFindingsRequest.BuilderfindingTypesWithStrings(String... findingTypes)An array of finding types, one for each type of sample finding to create.CreateSampleFindingsRequest.BuilderfindingTypesWithStrings(Collection<String> findingTypes)An array of finding types, one for each type of sample finding to create.CreateSampleFindingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSampleFindingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
findingTypesWithStrings
CreateSampleFindingsRequest.Builder findingTypesWithStrings(Collection<String> findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
- Parameters:
findingTypes- An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingTypesWithStrings
CreateSampleFindingsRequest.Builder findingTypesWithStrings(String... findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
- Parameters:
findingTypes- An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingTypes
CreateSampleFindingsRequest.Builder findingTypes(Collection<FindingType> findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
- Parameters:
findingTypes- An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingTypes
CreateSampleFindingsRequest.Builder findingTypes(FindingType... findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
- Parameters:
findingTypes- An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSampleFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSampleFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-