Interface PortalTypeEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PortalTypeEntry.Builder,PortalTypeEntry>,SdkBuilder<PortalTypeEntry.Builder,PortalTypeEntry>,SdkPojo
- Enclosing class:
- PortalTypeEntry
public static interface PortalTypeEntry.Builder extends SdkPojo, CopyableBuilder<PortalTypeEntry.Builder,PortalTypeEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PortalTypeEntry.BuilderportalTools(String... portalTools)The array of tools associated with the specified portal type.PortalTypeEntry.BuilderportalTools(Collection<String> portalTools)The array of tools associated with the specified portal type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
portalTools
PortalTypeEntry.Builder portalTools(Collection<String> portalTools)
The array of tools associated with the specified portal type. The possible values are
ASSISTANTandDASHBOARD.- Parameters:
portalTools- The array of tools associated with the specified portal type. The possible values areASSISTANTandDASHBOARD.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalTools
PortalTypeEntry.Builder portalTools(String... portalTools)
The array of tools associated with the specified portal type. The possible values are
ASSISTANTandDASHBOARD.- Parameters:
portalTools- The array of tools associated with the specified portal type. The possible values areASSISTANTandDASHBOARD.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-