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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #awsEc2NetworkInterfaceViolations(List) .awsEc2NetworkInterfaceViolations - a consumer that will call methods on List.Builder #awsEc2NetworkInterfaceViolations(List) Copyright © 2022. All rights reserved.