Interface Entity.Builder

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

@Mutable @NotThreadSafe public static interface Entity.Builder extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
  • Method Details

    • keyAttributes

      Entity.Builder keyAttributes(Map<String,String> keyAttributes)
      Sets the value of the KeyAttributes property for this object.
      Parameters:
      keyAttributes - The new value for the KeyAttributes property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributes

      Entity.Builder attributes(Map<String,String> attributes)
      Sets the value of the Attributes property for this object.
      Parameters:
      attributes - The new value for the Attributes property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.