Interface AWSAPICallViaCloudTrail.RequestParametersItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.RequestParametersItem.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.iotanalytics.events.*;
RequestParametersItem requestParametersItem = RequestParametersItem.builder()
.address(List.of("address"))
.bigEndian(List.of("bigEndian"))
.capacity(List.of("capacity"))
.hb(List.of(123))
.isReadOnly(List.of("isReadOnly"))
.limit(List.of("limit"))
.mark(List.of("mark"))
.nativeByteOrder(List.of("nativeByteOrder"))
.offset(List.of("offset"))
.position(List.of("position"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.RequestParametersItemstatic final classAn implementation forAWSAPICallViaCloudTrail.RequestParametersItem -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) address property.(experimental) bigEndian property.(experimental) capacity property.getHb()(experimental) hb property.(experimental) isReadOnly property.getLimit()(experimental) limit property.getMark()(experimental) mark property.(experimental) nativeByteOrder property.(experimental) offset property.(experimental) position property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
(experimental) address property.Specify an array of string values to match this event if the actual value of address is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getBigEndian
(experimental) bigEndian property.Specify an array of string values to match this event if the actual value of bigEndian is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCapacity
(experimental) capacity property.Specify an array of string values to match this event if the actual value of capacity is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getHb
(experimental) hb property.Specify an array of string values to match this event if the actual value of hb is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getIsReadOnly
(experimental) isReadOnly property.Specify an array of string values to match this event if the actual value of isReadOnly is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLimit
(experimental) limit property.Specify an array of string values to match this event if the actual value of limit is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getMark
(experimental) mark property.Specify an array of string values to match this event if the actual value of mark is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getNativeByteOrder
(experimental) nativeByteOrder property.Specify an array of string values to match this event if the actual value of nativeByteOrder is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getOffset
(experimental) offset property.Specify an array of string values to match this event if the actual value of offset is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPosition
(experimental) position property.Specify an array of string values to match this event if the actual value of position is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-