public static interface AwsEc2InstanceViolation.Builder extends SdkPojo, CopyableBuilder<AwsEc2InstanceViolation.Builder,AwsEc2InstanceViolation>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2InstanceViolation.Builder |
awsEc2NetworkInterfaceViolations(AwsEc2NetworkInterfaceViolation... awsEc2NetworkInterfaceViolations)
Violation detail for network interfaces associated with the EC2 instance.
|
AwsEc2InstanceViolation.Builder |
awsEc2NetworkInterfaceViolations(Collection<AwsEc2NetworkInterfaceViolation> awsEc2NetworkInterfaceViolations)
Violation detail for network interfaces associated with the EC2 instance.
|
AwsEc2InstanceViolation.Builder |
awsEc2NetworkInterfaceViolations(Consumer<AwsEc2NetworkInterfaceViolation.Builder>... awsEc2NetworkInterfaceViolations)
Violation detail for network interfaces associated with the EC2 instance.
|
AwsEc2InstanceViolation.Builder |
violationTarget(String violationTarget)
The resource ID of the EC2 instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2InstanceViolation.Builder violationTarget(String violationTarget)
The resource ID of the EC2 instance.
violationTarget - The resource ID of the EC2 instance.AwsEc2InstanceViolation.Builder awsEc2NetworkInterfaceViolations(Collection<AwsEc2NetworkInterfaceViolation> awsEc2NetworkInterfaceViolations)
Violation detail for network interfaces associated with the EC2 instance.
awsEc2NetworkInterfaceViolations - Violation detail for network interfaces associated with the EC2 instance.AwsEc2InstanceViolation.Builder awsEc2NetworkInterfaceViolations(AwsEc2NetworkInterfaceViolation... awsEc2NetworkInterfaceViolations)
Violation detail for network interfaces associated with the EC2 instance.
awsEc2NetworkInterfaceViolations - Violation detail for network interfaces associated with the EC2 instance.AwsEc2InstanceViolation.Builder awsEc2NetworkInterfaceViolations(Consumer<AwsEc2NetworkInterfaceViolation.Builder>... awsEc2NetworkInterfaceViolations)
Violation detail for network interfaces associated with the EC2 instance.
This is a convenience method that creates an instance of theAwsEc2NetworkInterfaceViolation.Builder avoiding the need
to create one manually via
AwsEc2NetworkInterfaceViolation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #awsEc2NetworkInterfaceViolations(List.
awsEc2NetworkInterfaceViolations - a consumer that will call methods on
AwsEc2NetworkInterfaceViolation.Builder#awsEc2NetworkInterfaceViolations(java.util.Collection) Copyright © 2023. All rights reserved.