#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateLocationObjectStorageInput
Implementations
The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.
The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.
The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one.
The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one.
The protocol that the object storage server uses to communicate. Valid values are HTTP
or HTTPS
.
The protocol that the object storage server uses to communicate. Valid values are HTTP
or HTTPS
.
The subdirectory in the self-managed object storage server that is used to read data from.
The subdirectory in the self-managed object storage server that is used to read data from.
Optional. The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use AccessKey
and SecretKey
to provide the user name and password, respectively.
Optional. The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use AccessKey
and SecretKey
to provide the user name and password, respectively.
Optional. The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use AccessKey
and SecretKey
to provide the user name and password, respectively.
Optional. The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use AccessKey
and SecretKey
to provide the user name and password, respectively.
Appends an item to agent_arns
.
To override the contents of this collection use set_agent_arns
.
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
Consumes the builder and constructs a UpdateLocationObjectStorageInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more