The PutBucketWebsiteRequest contains the parameters used for the PutBucketWebsiteRequest operation.
Required Parameters: BucketName, WebsiteConfiguration.IndexDocumentSuffix
Namespace: Amazon.S3.ModelRequired Parameters: BucketName, WebsiteConfiguration.IndexDocumentSuffix
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PutBucketWebsiteRequest()()()() | Initializes a new instance of the PutBucketWebsiteRequest class | |
| AddHeader(String, String) |
Adds the header to the collection of headers for the request.
(Inherited from S3Request.) | |
| AddHeaders(NameValueCollection) |
Adds all of the key/value pairs from collection into our request header.
(Inherited from S3Request.) | |
| BucketName |
Gets and sets the BucketName property.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InputStream |
Gets and sets the InputStream property.
(Inherited from S3Request.) | |
| ToString()()()() | (Inherited from S3Request.) | |
| WebsiteConfiguration |
Gets and sets the WebsiteConfiguration property.
This is where the index document suffix and custom error page are defined.
| |
| WithBucketName(String) |
Sets the BucketName property for this request.
This is the S3 Bucket where the website configuration will be put.
| |
| WithInputStream(Stream) |
Sets the InputStream property.
(Inherited from S3Request.) | |
| WithWebsiteConfiguration(WebsiteConfiguration) |
Sets the WithWebsiteConfiguration property for this request.
|