Interface ConnectorSummary.Builder

    • Method Detail

      • arn

        ConnectorSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the connector.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateAuthorityArn

        ConnectorSummary.Builder certificateAuthorityArn​(String certificateAuthorityArn)

        The Amazon Resource Name (ARN) of the connector's associated certificate authority.

        Parameters:
        certificateAuthorityArn - The Amazon Resource Name (ARN) of the connector's associated certificate authority.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mobileDeviceManagement

        ConnectorSummary.Builder mobileDeviceManagement​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • openIdConfiguration

        ConnectorSummary.Builder openIdConfiguration​(OpenIdConfiguration openIdConfiguration)

        Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.

        Parameters:
        openIdConfiguration - Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ConnectorSummary.Builder status​(String status)

        The connector's status. Status can be creating, active, deleting, or failed.

        Parameters:
        status - The connector's status. Status can be creating, active, deleting, or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectorStatus, ConnectorStatus
      • status

        ConnectorSummary.Builder status​(ConnectorStatus status)

        The connector's status. Status can be creating, active, deleting, or failed.

        Parameters:
        status - The connector's status. Status can be creating, active, deleting, or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectorStatus, ConnectorStatus
      • statusReason

        ConnectorSummary.Builder statusReason​(String statusReason)

        Information about why connector creation failed, if status is FAILED.

        Parameters:
        statusReason - Information about why connector creation failed, if status is FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectorStatusReason, ConnectorStatusReason
      • endpoint

        ConnectorSummary.Builder endpoint​(String endpoint)

        The connector's HTTPS public SCEP URL.

        Parameters:
        endpoint - The connector's HTTPS public SCEP URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ConnectorSummary.Builder createdAt​(Instant createdAt)

        The date and time that the challenge was created.

        Parameters:
        createdAt - The date and time that the challenge was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        ConnectorSummary.Builder updatedAt​(Instant updatedAt)

        The date and time that the challenge was updated.

        Parameters:
        updatedAt - The date and time that the challenge was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.