Interface GetPluginResponse.Builder

    • Method Detail

      • applicationId

        GetPluginResponse.Builder applicationId​(String applicationId)

        The identifier of the application which contains the plugin.

        Parameters:
        applicationId - The identifier of the application which contains the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authConfiguration

        GetPluginResponse.Builder authConfiguration​(PluginAuthConfiguration authConfiguration)
        Sets the value of the AuthConfiguration property for this object.
        Parameters:
        authConfiguration - The new value for the AuthConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetPluginResponse.Builder createdAt​(Instant createdAt)

        The timestamp for when the plugin was created.

        Parameters:
        createdAt - The timestamp for when the plugin was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        GetPluginResponse.Builder displayName​(String displayName)

        The name of the plugin.

        Parameters:
        displayName - The name of the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pluginArn

        GetPluginResponse.Builder pluginArn​(String pluginArn)

        The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.

        Parameters:
        pluginArn - The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pluginId

        GetPluginResponse.Builder pluginId​(String pluginId)

        The identifier of the plugin.

        Parameters:
        pluginId - The identifier of the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverUrl

        GetPluginResponse.Builder serverUrl​(String serverUrl)

        The source URL used for plugin configuration.

        Parameters:
        serverUrl - The source URL used for plugin configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        GetPluginResponse.Builder state​(String state)

        The current state of the plugin.

        Parameters:
        state - The current state of the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PluginState, PluginState
      • updatedAt

        GetPluginResponse.Builder updatedAt​(Instant updatedAt)

        The timestamp for when the plugin was last updated.

        Parameters:
        updatedAt - The timestamp for when the plugin was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.