Interface AccessScope.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccessScope.Builder,AccessScope>, SdkBuilder<AccessScope.Builder,AccessScope>, SdkPojo
Enclosing class:
AccessScope

public static interface AccessScope.Builder extends SdkPojo, CopyableBuilder<AccessScope.Builder,AccessScope>
  • Method Details

    • type

      The scope type of an access policy.

      Parameters:
      type - The scope type of an access policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The scope type of an access policy.

      Parameters:
      type - The scope type of an access policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • namespaces

      AccessScope.Builder namespaces(Collection<String> namespaces)

      A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.

      Parameters:
      namespaces - A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      AccessScope.Builder namespaces(String... namespaces)

      A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.

      Parameters:
      namespaces - A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.