Interface AssociationFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationFilters.Builder,AssociationFilters>,SdkBuilder<AssociationFilters.Builder,AssociationFilters>,SdkPojo
- Enclosing class:
- AssociationFilters
public static interface AssociationFilters.Builder extends SdkPojo, CopyableBuilder<AssociationFilters.Builder,AssociationFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationFilters.BuilderassociationStatus(String associationStatus)The current status of the association between a target and a configuration policy.AssociationFilters.BuilderassociationStatus(ConfigurationPolicyAssociationStatus associationStatus)The current status of the association between a target and a configuration policy.AssociationFilters.BuilderassociationType(String associationType)Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.AssociationFilters.BuilderassociationType(AssociationType associationType)Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.AssociationFilters.BuilderconfigurationPolicyId(String configurationPolicyId)The ARN or UUID of the configuration policy.-
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, sdkFields
-
-
-
-
Method Detail
-
configurationPolicyId
AssociationFilters.Builder configurationPolicyId(String configurationPolicyId)
The ARN or UUID of the configuration policy.
- Parameters:
configurationPolicyId- The ARN or UUID of the configuration policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationType
AssociationFilters.Builder associationType(String associationType)
Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
- Parameters:
associationType- Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationType,AssociationType
-
associationType
AssociationFilters.Builder associationType(AssociationType associationType)
Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
- Parameters:
associationType- Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationType,AssociationType
-
associationStatus
AssociationFilters.Builder associationStatus(String associationStatus)
The current status of the association between a target and a configuration policy.
- Parameters:
associationStatus- The current status of the association between a target and a configuration policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationPolicyAssociationStatus,ConfigurationPolicyAssociationStatus
-
associationStatus
AssociationFilters.Builder associationStatus(ConfigurationPolicyAssociationStatus associationStatus)
The current status of the association between a target and a configuration policy.
- Parameters:
associationStatus- The current status of the association between a target and a configuration policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationPolicyAssociationStatus,ConfigurationPolicyAssociationStatus
-
-