Class CreateBlueprintRequest

    • Method Detail

      • blueprintName

        public final String blueprintName()
        Returns the value of the BlueprintName property for this object.
        Returns:
        The value of the BlueprintName property for this object.
      • type

        public final Type type()
        Returns the value of the Type property for this object.

        If the service returns an enum value that is not available in the current SDK version, type will return Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The value of the Type property for this object.
        See Also:
        Type
      • typeAsString

        public final String typeAsString()
        Returns the value of the Type property for this object.

        If the service returns an enum value that is not available in the current SDK version, type will return Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The value of the Type property for this object.
        See Also:
        Type
      • blueprintStage

        public final BlueprintStage blueprintStage()
        Returns the value of the BlueprintStage property for this object.

        If the service returns an enum value that is not available in the current SDK version, blueprintStage will return BlueprintStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from blueprintStageAsString().

        Returns:
        The value of the BlueprintStage property for this object.
        See Also:
        BlueprintStage
      • blueprintStageAsString

        public final String blueprintStageAsString()
        Returns the value of the BlueprintStage property for this object.

        If the service returns an enum value that is not available in the current SDK version, blueprintStage will return BlueprintStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from blueprintStageAsString().

        Returns:
        The value of the BlueprintStage property for this object.
        See Also:
        BlueprintStage
      • schema

        public final String schema()
        Returns the value of the Schema property for this object.
        Returns:
        The value of the Schema property for this object.
      • clientToken

        public final String clientToken()
        Returns the value of the ClientToken property for this object.
        Returns:
        The value of the ClientToken property for this object.
      • encryptionConfiguration

        public final EncryptionConfiguration encryptionConfiguration()
        Returns the value of the EncryptionConfiguration property for this object.
        Returns:
        The value of the EncryptionConfiguration property for this object.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object