public interface AWSChaosSpecFluent<A extends AWSChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getAwsRegion() |
String |
getDeviceName() |
String |
getDuration() |
String |
getEc2Instance() |
String |
getEndpoint() |
String |
getSecretName() |
String |
getVolumeID() |
Boolean |
hasAction() |
Boolean |
hasAwsRegion() |
Boolean |
hasDeviceName() |
Boolean |
hasDuration() |
Boolean |
hasEc2Instance() |
Boolean |
hasEndpoint() |
Boolean |
hasSecretName() |
Boolean |
hasVolumeID() |
A |
withAction(String action) |
A |
withAwsRegion(String awsRegion) |
A |
withDeviceName(String deviceName) |
A |
withDuration(String duration) |
A |
withEc2Instance(String ec2Instance) |
A |
withEndpoint(String endpoint) |
A |
withSecretName(String secretName) |
A |
withVolumeID(String volumeID) |
String getAction()
Boolean hasAction()
String getAwsRegion()
Boolean hasAwsRegion()
String getDeviceName()
Boolean hasDeviceName()
String getDuration()
Boolean hasDuration()
String getEc2Instance()
Boolean hasEc2Instance()
String getEndpoint()
Boolean hasEndpoint()
String getSecretName()
Boolean hasSecretName()
String getVolumeID()
Boolean hasVolumeID()
Copyright © 2015–2022 Red Hat. All rights reserved.