Interface CreateBrowserProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<CreateBrowserProfileResponse.Builder,,CreateBrowserProfileResponse> SdkBuilder<CreateBrowserProfileResponse.Builder,,CreateBrowserProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateBrowserProfileResponse
@Mutable
@NotThreadSafe
public static interface CreateBrowserProfileResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<CreateBrowserProfileResponse.Builder,CreateBrowserProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the browser profile was created.profileArn(String profileArn) The Amazon Resource Name (ARN) of the created browser profile.The unique identifier of the created browser profile.The current status of the browser profile.status(BrowserProfileStatus status) The current status of the browser profile.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
profileId
The unique identifier of the created browser profile.
- Parameters:
profileId- The unique identifier of the created browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
The Amazon Resource Name (ARN) of the created browser profile.
- Parameters:
profileArn- The Amazon Resource Name (ARN) of the created browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the browser profile was created.
- Parameters:
createdAt- The timestamp when the browser profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the browser profile.
- Parameters:
status- The current status of the browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the browser profile.
- Parameters:
status- The current status of the browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-