Interface GetControlResponse.Builder

    • Method Detail

      • arn

        GetControlResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the control.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetControlResponse.Builder name​(String name)

        The display name of the control.

        Parameters:
        name - The display name of the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetControlResponse.Builder description​(String description)

        A description of what the control does.

        Parameters:
        description - A description of what the control does.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • behavior

        GetControlResponse.Builder behavior​(String behavior)

        A term that identifies the control's functional behavior. One of Preventive, Detective, Proactive

        Parameters:
        behavior - A term that identifies the control's functional behavior. One of Preventive, Detective, Proactive
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ControlBehavior, ControlBehavior
      • behavior

        GetControlResponse.Builder behavior​(ControlBehavior behavior)

        A term that identifies the control's functional behavior. One of Preventive, Detective, Proactive

        Parameters:
        behavior - A term that identifies the control's functional behavior. One of Preventive, Detective, Proactive
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ControlBehavior, ControlBehavior
      • regionConfiguration

        GetControlResponse.Builder regionConfiguration​(RegionConfiguration regionConfiguration)
        Sets the value of the RegionConfiguration property for this object.
        Parameters:
        regionConfiguration - The new value for the RegionConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • implementation

        GetControlResponse.Builder implementation​(ImplementationDetails implementation)

        Returns information about the control, as an ImplementationDetails object that shows the underlying implementation type for a control.

        Parameters:
        implementation - Returns information about the control, as an ImplementationDetails object that shows the underlying implementation type for a control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        GetControlResponse.Builder parameters​(Collection<ControlParameter> parameters)

        Returns an array of ControlParameter objects that specify the parameters a control supports. An empty list is returned for controls that don’t support parameters.

        Parameters:
        parameters - Returns an array of ControlParameter objects that specify the parameters a control supports. An empty list is returned for controls that don’t support parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        GetControlResponse.Builder parameters​(ControlParameter... parameters)

        Returns an array of ControlParameter objects that specify the parameters a control supports. An empty list is returned for controls that don’t support parameters.

        Parameters:
        parameters - Returns an array of ControlParameter objects that specify the parameters a control supports. An empty list is returned for controls that don’t support parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.