Class UpdateStudioComponentRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
      • configuration

        public final StudioComponentConfiguration configuration()

        The configuration of the studio component, based on component type.

        Returns:
        The configuration of the studio component, based on component type.
      • description

        public final String description()

        The description.

        Returns:
        The description.
      • hasEc2SecurityGroupIds

        public final boolean hasEc2SecurityGroupIds()
        For responses, this returns true if the service returned a value for the Ec2SecurityGroupIds property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • ec2SecurityGroupIds

        public final List<String> ec2SecurityGroupIds()

        The EC2 security groups that control access to the studio component.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasEc2SecurityGroupIds() method.

        Returns:
        The EC2 security groups that control access to the studio component.
      • hasInitializationScripts

        public final boolean hasInitializationScripts()
        For responses, this returns true if the service returned a value for the InitializationScripts property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • initializationScripts

        public final List<StudioComponentInitializationScript> initializationScripts()

        Initialization scripts for studio components.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasInitializationScripts() method.

        Returns:
        Initialization scripts for studio components.
      • name

        public final String name()

        The name for the studio component.

        Returns:
        The name for the studio component.
      • runtimeRoleArn

        public final String runtimeRoleArn()

        An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.

        Returns:
        An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.
      • hasScriptParameters

        public final boolean hasScriptParameters()
        For responses, this returns true if the service returned a value for the ScriptParameters property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • scriptParameters

        public final List<ScriptParameterKeyValue> scriptParameters()

        Parameters for the studio component scripts.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasScriptParameters() method.

        Returns:
        Parameters for the studio component scripts.
      • secureInitializationRoleArn

        public final String secureInitializationRoleArn()

        An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.

        Returns:
        An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.
      • studioComponentId

        public final String studioComponentId()

        The studio component ID.

        Returns:
        The studio component ID.
      • studioId

        public final String studioId()

        The studio ID.

        Returns:
        The studio ID.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object