Class Connector
- java.lang.Object
-
- software.amazon.awssdk.services.pcaconnectorscep.model.Connector
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Connector.Builder,Connector>
@Generated("software.amazon.awssdk:codegen") public final class Connector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Connector.Builder,Connector>
Connector for SCEP is a service that links Amazon Web Services Private Certificate Authority to your SCEP-enabled devices. The connector brokers the exchange of certificates from Amazon Web Services Private CA to your SCEP-enabled devices and mobile device management systems. The connector is a complex type that contains the connector's configuration settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnector.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the connector.static Connector.Builderbuilder()StringcertificateAuthorityArn()The Amazon Resource Name (ARN) of the certificate authority associated with the connector.InstantcreatedAt()The date and time that the connector was created.Stringendpoint()The connector's HTTPS public SCEP URL.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MobileDeviceManagementmobileDeviceManagement()Contains settings relevant to the mobile device management system that you chose for the connector.OpenIdConfigurationopenIdConfiguration()Contains OpenID Connect (OIDC) parameters for use with Connector for SCEP for Microsoft Intune.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Connector.Builder>serializableBuilderClass()ConnectorStatusstatus()The connector's status.StringstatusAsString()The connector's status.ConnectorStatusReasonstatusReason()Information about why connector creation failed, if status isFAILED.StringstatusReasonAsString()Information about why connector creation failed, if status isFAILED.Connector.BuildertoBuilder()StringtoString()Returns a string representation of this object.ConnectorTypetype()The connector type.StringtypeAsString()The connector type.InstantupdatedAt()The date and time that the connector was updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the connector.
- Returns:
- The Amazon Resource Name (ARN) of the connector.
-
certificateAuthorityArn
public final String certificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
- Returns:
- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
-
type
public final ConnectorType type()
The connector type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The connector type.
- See Also:
ConnectorType
-
typeAsString
public final String typeAsString()
The connector type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The connector type.
- See Also:
ConnectorType
-
mobileDeviceManagement
public final MobileDeviceManagement mobileDeviceManagement()
Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.- Returns:
- Contains settings relevant to the mobile device management system that you chose for the connector. If
you didn't configure
MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.
-
openIdConfiguration
public final OpenIdConfiguration openIdConfiguration()
Contains OpenID Connect (OIDC) parameters for use with Connector for SCEP for Microsoft Intune. For more information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
- Returns:
- Contains OpenID Connect (OIDC) parameters for use with Connector for SCEP for Microsoft Intune. For more information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
-
status
public final ConnectorStatus status()
The connector's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConnectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The connector's status.
- See Also:
ConnectorStatus
-
statusAsString
public final String statusAsString()
The connector's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConnectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The connector's status.
- See Also:
ConnectorStatus
-
statusReason
public final ConnectorStatusReason statusReason()
Information about why connector creation failed, if status is
FAILED.If the service returns an enum value that is not available in the current SDK version,
statusReasonwill returnConnectorStatusReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusReasonAsString().- Returns:
- Information about why connector creation failed, if status is
FAILED. - See Also:
ConnectorStatusReason
-
statusReasonAsString
public final String statusReasonAsString()
Information about why connector creation failed, if status is
FAILED.If the service returns an enum value that is not available in the current SDK version,
statusReasonwill returnConnectorStatusReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusReasonAsString().- Returns:
- Information about why connector creation failed, if status is
FAILED. - See Also:
ConnectorStatusReason
-
endpoint
public final String endpoint()
The connector's HTTPS public SCEP URL.
- Returns:
- The connector's HTTPS public SCEP URL.
-
createdAt
public final Instant createdAt()
The date and time that the connector was created.
- Returns:
- The date and time that the connector was created.
-
updatedAt
public final Instant updatedAt()
The date and time that the connector was updated.
- Returns:
- The date and time that the connector was updated.
-
toBuilder
public Connector.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Connector.Builder,Connector>
-
builder
public static Connector.Builder builder()
-
serializableBuilderClass
public static Class<? extends Connector.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-