Interface GetConfigurationPolicyAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetConfigurationPolicyAssociationResponse.Builder,GetConfigurationPolicyAssociationResponse>,SdkBuilder<GetConfigurationPolicyAssociationResponse.Builder,GetConfigurationPolicyAssociationResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- GetConfigurationPolicyAssociationResponse
public static interface GetConfigurationPolicyAssociationResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationPolicyAssociationResponse.Builder,GetConfigurationPolicyAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConfigurationPolicyAssociationResponse.BuilderassociationStatus(String associationStatus)The current status of the association between the specified target and the configuration.GetConfigurationPolicyAssociationResponse.BuilderassociationStatus(ConfigurationPolicyAssociationStatus associationStatus)The current status of the association between the specified target and the configuration.GetConfigurationPolicyAssociationResponse.BuilderassociationStatusMessage(String associationStatusMessage)The explanation for aFAILEDvalue forAssociationStatus.GetConfigurationPolicyAssociationResponse.BuilderassociationType(String associationType)Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.GetConfigurationPolicyAssociationResponse.BuilderassociationType(AssociationType associationType)Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.GetConfigurationPolicyAssociationResponse.BuilderconfigurationPolicyId(String configurationPolicyId)The universally unique identifier (UUID) of a configuration policy.GetConfigurationPolicyAssociationResponse.BuildertargetId(String targetId)The target account ID, organizational unit ID, or the root ID for which the association is retrieved.GetConfigurationPolicyAssociationResponse.BuildertargetType(String targetType)Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.GetConfigurationPolicyAssociationResponse.BuildertargetType(TargetType targetType)Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.GetConfigurationPolicyAssociationResponse.BuilderupdatedAt(Instant updatedAt)The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
configurationPolicyId
GetConfigurationPolicyAssociationResponse.Builder configurationPolicyId(String configurationPolicyId)
The universally unique identifier (UUID) of a configuration policy. For self-managed behavior, the value is
SELF_MANAGED_SECURITY_HUB.- Parameters:
configurationPolicyId- The universally unique identifier (UUID) of a configuration policy. For self-managed behavior, the value isSELF_MANAGED_SECURITY_HUB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetId
GetConfigurationPolicyAssociationResponse.Builder targetId(String targetId)
The target account ID, organizational unit ID, or the root ID for which the association is retrieved.
- Parameters:
targetId- The target account ID, organizational unit ID, or the root ID for which the association is retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetType
GetConfigurationPolicyAssociationResponse.Builder targetType(String targetType)
Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.
- Parameters:
targetType- Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType,TargetType
-
targetType
GetConfigurationPolicyAssociationResponse.Builder targetType(TargetType targetType)
Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.
- Parameters:
targetType- Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType,TargetType
-
associationType
GetConfigurationPolicyAssociationResponse.Builder associationType(String associationType)
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
- Parameters:
associationType- Indicates whether the association between the specified target and the 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
GetConfigurationPolicyAssociationResponse.Builder associationType(AssociationType associationType)
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
- Parameters:
associationType- Indicates whether the association between the specified target and the 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
-
updatedAt
GetConfigurationPolicyAssociationResponse.Builder updatedAt(Instant updatedAt)
The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
- Parameters:
updatedAt- The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationStatus
GetConfigurationPolicyAssociationResponse.Builder associationStatus(String associationStatus)
The current status of the association between the specified target and the configuration.
- Parameters:
associationStatus- The current status of the association between the specified target and the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationPolicyAssociationStatus,ConfigurationPolicyAssociationStatus
-
associationStatus
GetConfigurationPolicyAssociationResponse.Builder associationStatus(ConfigurationPolicyAssociationStatus associationStatus)
The current status of the association between the specified target and the configuration.
- Parameters:
associationStatus- The current status of the association between the specified target and the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationPolicyAssociationStatus,ConfigurationPolicyAssociationStatus
-
associationStatusMessage
GetConfigurationPolicyAssociationResponse.Builder associationStatusMessage(String associationStatusMessage)
The explanation for a
FAILEDvalue forAssociationStatus.- Parameters:
associationStatusMessage- The explanation for aFAILEDvalue forAssociationStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-