Class Connector
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Connector.Builder,Connector>
Describes a connector that links an external cloud provider to Amazon Inspector for vulnerability scanning.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanSpecifies whether the VM scanner is automatically installed on connected resources.final StringThe ARN of the Amazon Web Services Config connector associated with this connector.The Azure regions configured for the connector.static Connector.Builderbuilder()final StringThe Amazon Resource Name (ARN) of the connector.final InstantThe date and time when the connector was created.final StringA description of the connector.final EnablementStatusThe enablement status of the connector, which indicates whether the connector is active and scanning resources.final StringThe enablement status of the connector, which indicates whether the connector is active and scanning resources.final StringAdditional information about the current enablement status of the connector.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the AzureRegions property.final inthashCode()final booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.final ConnectorHealthhealth()The health of the connector, which indicates whether Amazon Inspector can reach and scan the connected resources.final Stringname()The name of the connector.final ConnectorCloudProviderprovider()The cloud provider for the connector.final StringThe cloud provider for the connector.final AzureScopeConfigurationThe Azure scope configuration for the connector.static Class<? extends Connector.Builder> tags()The tags associated with the connector.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe date and time when the connector was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
connectorArn
The Amazon Resource Name (ARN) of the connector.
- Returns:
- The Amazon Resource Name (ARN) of the connector.
-
name
-
description
A description of the connector.
- Returns:
- A description of the connector.
-
provider
The cloud provider for the connector.
If the service returns an enum value that is not available in the current SDK version,
providerwill returnConnectorCloudProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderAsString().- Returns:
- The cloud provider for the connector.
- See Also:
-
providerAsString
The cloud provider for the connector.
If the service returns an enum value that is not available in the current SDK version,
providerwill returnConnectorCloudProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderAsString().- Returns:
- The cloud provider for the connector.
- See Also:
-
enablementStatus
The enablement status of the connector, which indicates whether the connector is active and scanning resources.
If the service returns an enum value that is not available in the current SDK version,
enablementStatuswill returnEnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenablementStatusAsString().- Returns:
- The enablement status of the connector, which indicates whether the connector is active and scanning resources.
- See Also:
-
enablementStatusAsString
The enablement status of the connector, which indicates whether the connector is active and scanning resources.
If the service returns an enum value that is not available in the current SDK version,
enablementStatuswill returnEnablementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenablementStatusAsString().- Returns:
- The enablement status of the connector, which indicates whether the connector is active and scanning resources.
- See Also:
-
enablementStatusReason
Additional information about the current enablement status of the connector.
- Returns:
- Additional information about the current enablement status of the connector.
-
health
The health of the connector, which indicates whether Amazon Inspector can reach and scan the connected resources.
- Returns:
- The health of the connector, which indicates whether Amazon Inspector can reach and scan the connected resources.
-
createdAt
The date and time when the connector was created.
- Returns:
- The date and time when the connector was created.
-
updatedAt
The date and time when the connector was last updated.
- Returns:
- The date and time when the connector was last updated.
-
hasAzureRegions
public final boolean hasAzureRegions()For responses, this returns true if the service returned a value for the AzureRegions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
azureRegions
The Azure regions configured for the connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAzureRegions()method.- Returns:
- The Azure regions configured for the connector.
-
awsConfigConnectorArn
The ARN of the Amazon Web Services Config connector associated with this connector.
- Returns:
- The ARN of the Amazon Web Services Config connector associated with this connector.
-
scopeConfiguration
The Azure scope configuration for the connector.
- Returns:
- The Azure scope configuration for the connector.
-
hasTags
public final boolean hasTags()For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
tags
The tags associated with the connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- The tags associated with the connector.
-
autoInstallVMScanner
Specifies whether the VM scanner is automatically installed on connected resources.
- Returns:
- Specifies whether the VM scanner is automatically installed on connected resources.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Connector.Builder,Connector> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-