Interface ResourceTypeRequest.Builder

    • Method Detail

      • resourceTypeOptions

        ResourceTypeRequest.Builder resourceTypeOptions​(Collection<ResourceTypeOption> resourceTypeOptions)

        The options that affect the scope of the response. Valid only when ResourceType is ec2:Instance or ec2:LaunchTemplate.

        Parameters:
        resourceTypeOptions - The options that affect the scope of the response. Valid only when ResourceType is ec2:Instance or ec2:LaunchTemplate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypeOptions

        ResourceTypeRequest.Builder resourceTypeOptions​(ResourceTypeOption... resourceTypeOptions)

        The options that affect the scope of the response. Valid only when ResourceType is ec2:Instance or ec2:LaunchTemplate.

        Parameters:
        resourceTypeOptions - The options that affect the scope of the response. Valid only when ResourceType is ec2:Instance or ec2:LaunchTemplate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.