Interface OpsMetadata.Builder

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

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

    • resourceId

      OpsMetadata.Builder resourceId(String resourceId)

      The ID of the Application Manager application.

      Parameters:
      resourceId - The ID of the Application Manager application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • opsMetadataArn

      OpsMetadata.Builder opsMetadataArn(String opsMetadataArn)

      The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.

      Parameters:
      opsMetadataArn - The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      OpsMetadata.Builder lastModifiedDate(Instant lastModifiedDate)

      The date the OpsMetadata object was last updated.

      Parameters:
      lastModifiedDate - The date the OpsMetadata object was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedUser

      OpsMetadata.Builder lastModifiedUser(String lastModifiedUser)

      The user name who last updated the OpsMetadata object.

      Parameters:
      lastModifiedUser - The user name who last updated the OpsMetadata object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      OpsMetadata.Builder creationDate(Instant creationDate)

      The date the OpsMetadata objects was created.

      Parameters:
      creationDate - The date the OpsMetadata objects was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.