Interface GetTrustStoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTrustStoreResponse.Builder,GetTrustStoreResponse>,SdkBuilder<GetTrustStoreResponse.Builder,GetTrustStoreResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
- GetTrustStoreResponse
public static interface GetTrustStoreResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<GetTrustStoreResponse.Builder,GetTrustStoreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetTrustStoreResponse.BuildertrustStore(Consumer<TrustStore.Builder> trustStore)The trust store.GetTrustStoreResponse.BuildertrustStore(TrustStore trustStore)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, 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
-
trustStore
GetTrustStoreResponse.Builder trustStore(TrustStore trustStore)
The trust store.
- Parameters:
trustStore- The trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStore
default GetTrustStoreResponse.Builder trustStore(Consumer<TrustStore.Builder> trustStore)
The trust store.
This is a convenience method that creates an instance of theTrustStore.Builderavoiding the need to create one manually viaTrustStore.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrustStore(TrustStore).- Parameters:
trustStore- a consumer that will call methods onTrustStore.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
trustStore(TrustStore)
-
-