public static interface DescribeUserResponse.Builder extends MqResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserResponse.Builder,DescribeUserResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResponse.Builder |
brokerId(String brokerId)
Required.
|
DescribeUserResponse.Builder |
consoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
DescribeUserResponse.Builder |
groups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
DescribeUserResponse.Builder |
groups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
default DescribeUserResponse.Builder |
pending(Consumer<UserPendingChanges.Builder> pending)
The status of the changes pending for the ActiveMQ user.
|
DescribeUserResponse.Builder |
pending(UserPendingChanges pending)
The status of the changes pending for the ActiveMQ user.
|
DescribeUserResponse.Builder |
username(String username)
Required.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUserResponse.Builder brokerId(String brokerId)
Required. The unique ID that Amazon MQ generates for the broker.
brokerId - Required. The unique ID that Amazon MQ generates for the broker.DescribeUserResponse.Builder consoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
consoleAccess - Enables access to the the ActiveMQ Web Console for the ActiveMQ user.DescribeUserResponse.Builder groups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
groups - The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100
characters long.DescribeUserResponse.Builder groups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
groups - The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100
characters long.DescribeUserResponse.Builder pending(UserPendingChanges pending)
The status of the changes pending for the ActiveMQ user.
pending - The status of the changes pending for the ActiveMQ user.default DescribeUserResponse.Builder pending(Consumer<UserPendingChanges.Builder> pending)
The status of the changes pending for the ActiveMQ user.
This is a convenience method that creates an instance of theUserPendingChanges.Builder avoiding the
need to create one manually via UserPendingChanges.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pending(UserPendingChanges).
pending - a consumer that will call methods on UserPendingChanges.Builderpending(UserPendingChanges)DescribeUserResponse.Builder username(String username)
Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
username - Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters,
dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.Copyright © 2023. All rights reserved.