Interface AssociateTrustStoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateTrustStoreResponse.Builder,AssociateTrustStoreResponse>,SdkBuilder<AssociateTrustStoreResponse.Builder,AssociateTrustStoreResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
- AssociateTrustStoreResponse
public static interface AssociateTrustStoreResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<AssociateTrustStoreResponse.Builder,AssociateTrustStoreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateTrustStoreResponse.BuilderportalArn(String portalArn)The ARN of the web portal.AssociateTrustStoreResponse.BuildertrustStoreArn(String trustStoreArn)The ARN of the trust store.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
portalArn
AssociateTrustStoreResponse.Builder portalArn(String portalArn)
The ARN of the web portal.
- Parameters:
portalArn- The ARN of the web portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreArn
AssociateTrustStoreResponse.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust store.
- Parameters:
trustStoreArn- The ARN of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-