libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticBeanstalk.Types.Builder

Description

 
Synopsis

Documentation

data Builder Source #

The builder used to build the custom platform.

See: newBuilder smart constructor.

Constructors

Builder' 

Fields

Instances

Instances details
Eq Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Methods

(==) :: Builder -> Builder -> Bool #

(/=) :: Builder -> Builder -> Bool #

Read Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Show Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Generic Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Associated Types

type Rep Builder :: Type -> Type #

Methods

from :: Builder -> Rep Builder x #

to :: Rep Builder x -> Builder #

NFData Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Methods

rnf :: Builder -> () #

Hashable Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Methods

hashWithSalt :: Int -> Builder -> Int #

hash :: Builder -> Int #

FromXML Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

type Rep Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

type Rep Builder = D1 ('MetaData "Builder" "Amazonka.ElasticBeanstalk.Types.Builder" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Builder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBuilder :: Builder Source #

Create a value of Builder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Builder', builder_arn - The ARN of the builder.

builder_arn :: Lens' Builder (Maybe Text) Source #

The ARN of the builder.