GetControlResponse.Builder |
GetControlResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the control.
|
GetControlResponse.Builder |
GetControlResponse.Builder.behavior(String behavior) |
A term that identifies the control's functional behavior.
|
GetControlResponse.Builder |
GetControlResponse.Builder.behavior(ControlBehavior behavior) |
A term that identifies the control's functional behavior.
|
static GetControlResponse.Builder |
GetControlResponse.builder() |
|
GetControlResponse.Builder |
GetControlResponse.Builder.description(String description) |
A description of what the control does.
|
default GetControlResponse.Builder |
GetControlResponse.Builder.implementation(Consumer<ImplementationDetails.Builder> implementation) |
Returns information about the control, as an ImplementationDetails object that shows the
underlying implementation type for a control.
|
GetControlResponse.Builder |
GetControlResponse.Builder.implementation(ImplementationDetails implementation) |
Returns information about the control, as an ImplementationDetails object that shows the
underlying implementation type for a control.
|
GetControlResponse.Builder |
GetControlResponse.Builder.name(String name) |
The display name of the control.
|
GetControlResponse.Builder |
GetControlResponse.Builder.parameters(Collection<ControlParameter> parameters) |
Returns an array of ControlParameter objects that specify the parameters a control supports.
|
GetControlResponse.Builder |
GetControlResponse.Builder.parameters(Consumer<ControlParameter.Builder>... parameters) |
Returns an array of ControlParameter objects that specify the parameters a control supports.
|
GetControlResponse.Builder |
GetControlResponse.Builder.parameters(ControlParameter... parameters) |
Returns an array of ControlParameter objects that specify the parameters a control supports.
|
default GetControlResponse.Builder |
GetControlResponse.Builder.regionConfiguration(Consumer<RegionConfiguration.Builder> regionConfiguration) |
Sets the value of the RegionConfiguration property for this object.
|
GetControlResponse.Builder |
GetControlResponse.Builder.regionConfiguration(RegionConfiguration regionConfiguration) |
Sets the value of the RegionConfiguration property for this object.
|
GetControlResponse.Builder |
GetControlResponse.toBuilder() |
|