Class ConnectorSummary
- java.lang.Object
-
- software.amazon.awssdk.services.pcaconnectorscep.model.ConnectorSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorSummary.Builder,ConnectorSummary>
@Generated("software.amazon.awssdk:codegen") public final class ConnectorSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorSummary.Builder,ConnectorSummary>
Lists the Amazon Web Services Private CA SCEP connectors belonging to your Amazon Web Services account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorSummary.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 ConnectorSummary.Builderbuilder()StringcertificateAuthorityArn()The Amazon Resource Name (ARN) of the connector's associated certificate authority.InstantcreatedAt()The date and time that the challenge 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 Microsoft Intune.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConnectorSummary.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.ConnectorSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.ConnectorTypetype()The connector type.StringtypeAsString()The connector type.InstantupdatedAt()The date and time that the challenge 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 connector's associated certificate authority.
- Returns:
- The Amazon Resource Name (ARN) of the connector's associated certificate authority.
-
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 Microsoft Intune.
- Returns:
- Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
-
status
public final ConnectorStatus status()
The connector's status. Status can be creating, active, deleting, or failed.
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. Status can be creating, active, deleting, or failed.
- See Also:
ConnectorStatus
-
statusAsString
public final String statusAsString()
The connector's status. Status can be creating, active, deleting, or failed.
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. Status can be creating, active, deleting, or failed.
- 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 challenge was created.
- Returns:
- The date and time that the challenge was created.
-
updatedAt
public final Instant updatedAt()
The date and time that the challenge was updated.
- Returns:
- The date and time that the challenge was updated.
-
toBuilder
public ConnectorSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorSummary.Builder,ConnectorSummary>
-
builder
public static ConnectorSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorSummary.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
-
-