Interface SyncResourceResponse.Builder

    • Method Detail

      • applicationArn

        SyncResourceResponse.Builder applicationArn​(String applicationArn)

        The Amazon resource name (ARN) that specifies the application.

        Parameters:
        applicationArn - The Amazon resource name (ARN) that specifies the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        SyncResourceResponse.Builder resourceArn​(String resourceArn)

        The Amazon resource name (ARN) that specifies the resource.

        Parameters:
        resourceArn - The Amazon resource name (ARN) that specifies the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionTaken

        SyncResourceResponse.Builder actionTaken​(String actionTaken)

        The results of the output if an application is associated with an ARN value, which could be syncStarted or None.

        Parameters:
        actionTaken - The results of the output if an application is associated with an ARN value, which could be syncStarted or None.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SyncAction, SyncAction
      • actionTaken

        SyncResourceResponse.Builder actionTaken​(SyncAction actionTaken)

        The results of the output if an application is associated with an ARN value, which could be syncStarted or None.

        Parameters:
        actionTaken - The results of the output if an application is associated with an ARN value, which could be syncStarted or None.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SyncAction, SyncAction