Class UpdatePortalRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebRequest
-
- software.amazon.awssdk.services.workspacesweb.model.UpdatePortalRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdatePortalRequest extends WorkSpacesWebRequest implements ToCopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatePortalRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypeauthenticationType()The type of authentication integration points used when signing into the web portal.StringauthenticationTypeAsString()The type of authentication integration points used when signing into the web portal.static UpdatePortalRequest.Builderbuilder()StringdisplayName()The name of the web portal.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstanceTypeinstanceType()The type and resources of the underlying instance.StringinstanceTypeAsString()The type and resources of the underlying instance.IntegermaxConcurrentSessions()The maximum number of concurrent sessions for the portal.StringportalArn()The ARN of the web portal.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdatePortalRequest.Builder>serializableBuilderClass()UpdatePortalRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
authenticationType
public final AuthenticationType authenticationType()
The type of authentication integration points used when signing into the web portal. Defaults to
Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.If the service returns an enum value that is not available in the current SDK version,
authenticationTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationTypeAsString().- Returns:
- The type of authentication integration points used when signing into the web portal. Defaults to
Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. - See Also:
AuthenticationType
-
authenticationTypeAsString
public final String authenticationTypeAsString()
The type of authentication integration points used when signing into the web portal. Defaults to
Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.If the service returns an enum value that is not available in the current SDK version,
authenticationTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationTypeAsString().- Returns:
- The type of authentication integration points used when signing into the web portal. Defaults to
Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. - See Also:
AuthenticationType
-
displayName
public final String displayName()
The name of the web portal. This is not visible to users who log into the web portal.
- Returns:
- The name of the web portal. This is not visible to users who log into the web portal.
-
instanceType
public final InstanceType instanceType()
The type and resources of the underlying instance.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The type and resources of the underlying instance.
- See Also:
InstanceType
-
instanceTypeAsString
public final String instanceTypeAsString()
The type and resources of the underlying instance.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The type and resources of the underlying instance.
- See Also:
InstanceType
-
maxConcurrentSessions
public final Integer maxConcurrentSessions()
The maximum number of concurrent sessions for the portal.
- Returns:
- The maximum number of concurrent sessions for the portal.
-
portalArn
public final String portalArn()
The ARN of the web portal.
- Returns:
- The ARN of the web portal.
-
toBuilder
public UpdatePortalRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatePortalRequest.Builder,UpdatePortalRequest>- Specified by:
toBuilderin classWorkSpacesWebRequest
-
builder
public static UpdatePortalRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatePortalRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-