Class

com.github.j5ik2o.reactive.aws.lambda.model.ops

UpdateFunctionConfigurationResponseBuilderOps

Related Doc: package ops

Permalink

final class UpdateFunctionConfigurationResponseBuilderOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateFunctionConfigurationResponseBuilderOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UpdateFunctionConfigurationResponseBuilderOps(self: Builder)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def codeSha256AsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  6. final def codeSizeAsScala(value: Option[Long]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  7. final def deadLetterConfigAsScala(value: Option[DeadLetterConfig]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  8. final def descriptionAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  9. final def environmentAsScala(value: Option[EnvironmentResponse]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  10. final def fileSystemConfigsAsScala(value: Option[Seq[FileSystemConfig]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  11. final def functionArnAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  12. final def functionNameAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  13. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  14. final def handlerAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def kmsKeyArnAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  17. final def lastModifiedAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  18. final def lastUpdateStatusAsScala(value: Option[LastUpdateStatus]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  19. final def lastUpdateStatusReasonAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  20. final def lastUpdateStatusReasonCodeAsScala(value: Option[LastUpdateStatusReasonCode]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  21. final def layersAsScala(value: Option[Seq[Layer]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  22. final def masterArnAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  23. final def memorySizeAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  24. final def revisionIdAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  25. final def roleAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  26. final def runtimeAsScala(value: Option[Runtime]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  27. val self: Builder

    Permalink
  28. final def stateAsScala(value: Option[State]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  29. final def stateReasonAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  30. final def stateReasonCodeAsScala(value: Option[StateReasonCode]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  31. final def timeoutAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  32. def toString(): String

    Permalink
    Definition Classes
    Any
  33. final def tracingConfigAsScala(value: Option[TracingConfigResponse]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  34. final def versionAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  35. final def vpcConfigAsScala(value: Option[VpcConfigResponse]): Builder

    Permalink
    Annotations
    @SuppressWarnings()

Inherited from AnyVal

Inherited from Any

Ungrouped