Interface PlatformApplication.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PlatformApplication.Builder,PlatformApplication>, SdkBuilder<PlatformApplication.Builder,PlatformApplication>, SdkPojo
Enclosing class:
PlatformApplication

public static interface PlatformApplication.Builder extends SdkPojo, CopyableBuilder<PlatformApplication.Builder,PlatformApplication>
  • Method Details

    • platformApplicationArn

      PlatformApplication.Builder platformApplicationArn(String platformApplicationArn)

      PlatformApplicationArn for platform application object.

      Parameters:
      platformApplicationArn - PlatformApplicationArn for platform application object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributes

      PlatformApplication.Builder attributes(Map<String,String> attributes)

      Attributes for platform application object.

      Parameters:
      attributes - Attributes for platform application object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.