Uses of Interface
software.amazon.awssdk.services.securityhub.model.Target.Builder
-
Packages that use Target.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Target.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Target.Builder Modifier and Type Method Description Target.BuilderTarget.Builder. accountId(String accountId)The Amazon Web Services account ID of the target account.static Target.BuilderTarget. builder()Target.BuilderTarget.Builder. organizationalUnitId(String organizationalUnitId)The organizational unit ID of the target organizational unit.Target.BuilderTarget.Builder. rootId(String rootId)The ID of the organization root.Target.BuilderTarget. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Target.Builder Modifier and Type Method Description static Class<? extends Target.Builder>Target. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Target.Builder Modifier and Type Method Description default ConfigurationPolicyAssociation.BuilderConfigurationPolicyAssociation.Builder. target(Consumer<Target.Builder> target)The target account, organizational unit, or the root.default GetConfigurationPolicyAssociationRequest.BuilderGetConfigurationPolicyAssociationRequest.Builder. target(Consumer<Target.Builder> target)The target account ID, organizational unit ID, or the root ID to retrieve the association for.default StartConfigurationPolicyAssociationRequest.BuilderStartConfigurationPolicyAssociationRequest.Builder. target(Consumer<Target.Builder> target)The identifier of the target account, organizational unit, or the root to associate with the specified configuration.default StartConfigurationPolicyDisassociationRequest.BuilderStartConfigurationPolicyDisassociationRequest.Builder. target(Consumer<Target.Builder> target)The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
-