Interface SyncResourceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<SyncResourceResponse.Builder,SyncResourceResponse>, SdkBuilder<SyncResourceResponse.Builder,SyncResourceResponse>, SdkPojo, SdkResponse.Builder, ServiceCatalogAppRegistryResponse.Builder
Enclosing class:
SyncResourceResponse

  • Method Details

    • 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:
    • 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: