public static interface Loa.Builder extends CopyableBuilder<Loa.Builder,Loa>
Modifier and Type | Method and Description |
---|---|
Loa.Builder |
loaContent(ByteBuffer loaContent)
Sets the value of the LoaContent property for this object.
|
Loa.Builder |
loaContentType(LoaContentType loaContentType)
Sets the value of the LoaContentType property for this object.
|
Loa.Builder |
loaContentType(String loaContentType)
Sets the value of the LoaContentType property for this object.
|
copy
apply, build
Loa.Builder loaContent(ByteBuffer loaContent)
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
loaContent
- The new value for the LoaContent property for this object.Loa.Builder loaContentType(String loaContentType)
loaContentType
- The new value for the LoaContentType property for this object.LoaContentType
,
LoaContentType
Loa.Builder loaContentType(LoaContentType loaContentType)
loaContentType
- The new value for the LoaContentType property for this object.LoaContentType
,
LoaContentType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.