Skip to content

ErrorDocumentProperty

Initializer

import com.aliyun.ros.cdk.oss.RosWebsite.ErrorDocumentProperty;
ErrorDocumentProperty.builder()
    .key(java.lang.String)
    .key(IResolvable)
//  .httpStatus(java.lang.String)
//  .httpStatus(IResolvable)
    .build();

Properties

Name Type Description
key java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
httpStatus java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

keyRequired

public java.lang.Object getKey();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

httpStatusOptional

public java.lang.Object getHttpStatus();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable