Interface RemoveAttributesFromFindingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveAttributesFromFindingsRequest.Builder,RemoveAttributesFromFindingsRequest>,InspectorRequest.Builder,SdkBuilder<RemoveAttributesFromFindingsRequest.Builder,RemoveAttributesFromFindingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveAttributesFromFindingsRequest
public static interface RemoveAttributesFromFindingsRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<RemoveAttributesFromFindingsRequest.Builder,RemoveAttributesFromFindingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveAttributesFromFindingsRequest.BuilderattributeKeys(String... attributeKeys)The array of attribute keys that you want to remove from specified findings.RemoveAttributesFromFindingsRequest.BuilderattributeKeys(Collection<String> attributeKeys)The array of attribute keys that you want to remove from specified findings.RemoveAttributesFromFindingsRequest.BuilderfindingArns(String... findingArns)The ARNs that specify the findings that you want to remove attributes from.RemoveAttributesFromFindingsRequest.BuilderfindingArns(Collection<String> findingArns)The ARNs that specify the findings that you want to remove attributes from.RemoveAttributesFromFindingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveAttributesFromFindingsRequest.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.inspector.model.InspectorRequest.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
-
findingArns
RemoveAttributesFromFindingsRequest.Builder findingArns(Collection<String> findingArns)
The ARNs that specify the findings that you want to remove attributes from.
- Parameters:
findingArns- The ARNs that specify the findings that you want to remove attributes from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingArns
RemoveAttributesFromFindingsRequest.Builder findingArns(String... findingArns)
The ARNs that specify the findings that you want to remove attributes from.
- Parameters:
findingArns- The ARNs that specify the findings that you want to remove attributes from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeKeys
RemoveAttributesFromFindingsRequest.Builder attributeKeys(Collection<String> attributeKeys)
The array of attribute keys that you want to remove from specified findings.
- Parameters:
attributeKeys- The array of attribute keys that you want to remove from specified findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeKeys
RemoveAttributesFromFindingsRequest.Builder attributeKeys(String... attributeKeys)
The array of attribute keys that you want to remove from specified findings.
- Parameters:
attributeKeys- The array of attribute keys that you want to remove from specified findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveAttributesFromFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveAttributesFromFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-