Class CredentialAccessBoundary.Builder (1.31.0)

publicstaticclass CredentialAccessBoundary.Builder

Inheritance

java.lang.Object > CredentialAccessBoundary.Builder

Methods

addRule(CredentialAccessBoundary.AccessBoundaryRule rule)

publicCredentialAccessBoundary.BuilderaddRule(CredentialAccessBoundary.AccessBoundaryRulerule)
Parameter
Name Description
rule CredentialAccessBoundary.AccessBoundaryRule
Returns
Type Description
CredentialAccessBoundary.Builder

build()

publicCredentialAccessBoundarybuild()
Returns
Type Description
CredentialAccessBoundary

setRules(List<CredentialAccessBoundary.AccessBoundaryRule> rule)

publicCredentialAccessBoundary.BuildersetRules(List<CredentialAccessBoundary.AccessBoundaryRule>rule)

Sets the list of AccessBoundaryRule's.

This list must not exceed 10 rules.

Parameter
Name Description
rule List<AccessBoundaryRule>

the collection of rules to be set, should not be null

Returns
Type Description
CredentialAccessBoundary.Builder

this Builder object

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.