Class GetAuthScopeServiceCatalog.Builder
- java.lang.Object
-
- com.pulumi.openstack.identity.outputs.GetAuthScopeServiceCatalog.Builder
-
- Enclosing class:
- GetAuthScopeServiceCatalog
public static final class GetAuthScopeServiceCatalog.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetAuthScopeServiceCatalog defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAuthScopeServiceCatalogbuild()GetAuthScopeServiceCatalog.Builderendpoints(GetAuthScopeServiceCatalogEndpoint... endpoints)GetAuthScopeServiceCatalog.Builderendpoints(java.util.List<GetAuthScopeServiceCatalogEndpoint> endpoints)GetAuthScopeServiceCatalog.Builderid(java.lang.String id)GetAuthScopeServiceCatalog.Buildername(java.lang.String name)GetAuthScopeServiceCatalog.Buildertype(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetAuthScopeServiceCatalog defaults)
-
-
Method Detail
-
endpoints
public GetAuthScopeServiceCatalog.Builder endpoints(java.util.List<GetAuthScopeServiceCatalogEndpoint> endpoints)
-
endpoints
public GetAuthScopeServiceCatalog.Builder endpoints(GetAuthScopeServiceCatalogEndpoint... endpoints)
-
id
public GetAuthScopeServiceCatalog.Builder id(java.lang.String id)
-
name
public GetAuthScopeServiceCatalog.Builder name(java.lang.String name)
-
type
public GetAuthScopeServiceCatalog.Builder type(java.lang.String type)
-
build
public GetAuthScopeServiceCatalog build()
-
-