Class CreateServiceRequest

    • Method Detail

      • authType

        public final AuthType authType()

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        If the service returns an enum value that is not available in the current SDK version, authType will return AuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from authTypeAsString().

        Returns:
        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        See Also:
        AuthType
      • authTypeAsString

        public final String authTypeAsString()

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        If the service returns an enum value that is not available in the current SDK version, authType will return AuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from authTypeAsString().

        Returns:
        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        See Also:
        AuthType
      • certificateArn

        public final String certificateArn()

        The Amazon Resource Name (ARN) of the certificate.

        Returns:
        The Amazon Resource Name (ARN) of the certificate.
      • clientToken

        public final String clientToken()

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.

        Returns:
        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
      • customDomainName

        public final String customDomainName()

        The custom domain name of the service.

        Returns:
        The custom domain name of the service.
      • name

        public final String name()

        The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.

        Returns:
        The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
      • hasTags

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags 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.
      • tags

        public final Map<String,​String> tags()

        The tags for the service.

        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 hasTags() method.

        Returns:
        The tags for the service.
      • 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